コード例 #1
0
ファイル: AtRuleBlockList.php プロジェクト: janeklb/moodle
 public function __construct($sType, $sArgs = '', $iLineNo = 0)
 {
     parent::__construct($iLineNo);
     $this->sType = $sType;
     $this->sArgs = $sArgs;
 }
コード例 #2
0
ファイル: AtRuleBlockList.php プロジェクト: kivivuori/jotain
 public function __construct($sType, $sArgs = '')
 {
     parent::__construct();
     $this->sType = $sType;
     $this->sArgs = $sArgs;
 }