コード例 #1
0
ファイル: Registry.php プロジェクト: imamuseum/emu-client
 public function __construct($session = null)
 {
     parent::__construct('eregistry', $session);
     $this->_name = 'Module::Registry';
     $this->_create = null;
 }
コード例 #2
0
ファイル: Statistics.php プロジェクト: imamuseum/emu-client
 public function __construct($session = false)
 {
     parent::__construct('estatistics', $session);
     $this->name = 'Module::Statistics';
     unset($this->create);
 }
コード例 #3
0
ファイル: Luts.php プロジェクト: imamuseum/emu-client
 public function __construct($session = null)
 {
     parent::__construct('eluts', $session);
     $this->_name = 'Module::Luts';
     $this->_create = null;
 }