コード例 #1
0
ファイル: Method_.php プロジェクト: SourceCode/phpLINQ
 public function __construct(Class_ $cls, \ReflectionMethod $method, \SimpleXMLElement $xml)
 {
     $this->_class = $cls;
     parent::__construct($cls->project(), $method, $xml);
 }
コード例 #2
0
ファイル: Class_.php プロジェクト: SourceCode/phpLINQ
 public function __construct(Project $proj, \ReflectionClass $reflector, \SimpleXMLElement $xml)
 {
     parent::__construct($proj, $reflector, $xml);
 }