コード例 #1
0
 /**
  * Constructs a new field declaration.
  */
 public function __construct()
 {
     parent::__construct(self::IMAGE);
 }
コード例 #2
0
ファイル: ASTFormalParameter.php プロジェクト: noelg/pdepend
 /**
  * Constructs a new field declaration.
  */
 public function __construct()
 {
     parent::__construct(self::CLAZZ);
 }