コード例 #1
0
ファイル: CFind.class.php プロジェクト: fbone/mediboard4
 /**
  * The constructor
  *
  * @return \CFind
  */
 function __construct()
 {
     $this->type = "Find";
     parent::__construct();
 }
コード例 #2
0
ファイル: CEcho.class.php プロジェクト: fbone/mediboard4
 /**
  * The constructor
  *
  * @return self
  */
 function __construct()
 {
     $this->type = "Echo";
     parent::__construct();
 }