File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_jaextmanager/lib/jaupdater/core/bean/Message.php
Back
<?php /** * ------------------------------------------------------------------------ * JA Extenstion Manager Component for J3.x * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * ------------------------------------------------------------------------ */ // no direct access defined ( '_JEXEC' ) or die ( 'Restricted access' ); /** * Message Object use for communication between service and client * */ class Message { var $from = null; var $to = null; var $content = null; /** * @param $content * @param $from * @param $to */ function __construct($content, $from, $to) { if (is_array($content)) { $this->content = $content; } else { $this->content[] = $content; } $this->from = $from; $this->to = $to; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings