コード例 #1
0
ファイル: ParserStateTag.php プロジェクト: JeCat/framework
 public function __construct()
 {
     parent::__construct();
     self::setSingleton($this);
     $this->arrChangeToStates[__NAMESPACE__ . '\\ParserStateMacro'] = ParserStateMacro::singleton();
     $this->arrChangeToStates[__NAMESPACE__ . '\\ParserStateAttribute'] = ParserStateAttribute::singleton();
 }
コード例 #2
0
ファイル: ParserStateMacro.php プロジェクト: JeCat/framework
 public function __construct()
 {
     parent::__construct();
     self::setSingleton($this);
 }