コード例 #1
0
ファイル: MediaQuery.php プロジェクト: jubinpatel/horde
 public function __construct()
 {
     parent::__construct();
     $this->sQuery = null;
 }
コード例 #2
0
ファイル: Document.php プロジェクト: gabrielrosset/moodle
 /**
  * Document constructor.
  * @param int $iLineNo
  */
 public function __construct($iLineNo = 0)
 {
     parent::__construct($iLineNo);
 }