コード例 #1
0
ファイル: Functions.php プロジェクト: rosko/workapp
 function __construct($config)
 {
     parent::__construct($config);
     $this->chat = $this->registry["chat"];
 }
コード例 #2
0
ファイル: Functions.php プロジェクト: norayrx/otms
 function __construct($config)
 {
     parent::__construct($config);
     $this->ai = new Model_Ai();
 }