コード例 #1
0
ファイル: CompiledEvent.php プロジェクト: edde-framework/edde
 public function __construct(ICompiler $compiler, INode $root)
 {
     parent::__construct($compiler);
     $this->root = $root;
 }
コード例 #2
0
 public function __construct(ICompiler $compiler, INode $config, IResource $resource)
 {
     parent::__construct($compiler);
     $this->config = $config;
     $this->resource = $resource;
 }