Exemple #1
0
 /**
  * Constructs a new class wrapper node.
  *
  * @param \PDepend\Source\AST\ASTClass $node
  */
 public function __construct(ASTClass $node)
 {
     parent::__construct($node);
 }
 /**
  * Constructs a new interface wrapper instance.
  *
  * @param \PDepend\Source\AST\ASTTrait $node
  */
 public function __construct(ASTTrait $node)
 {
     parent::__construct($node);
 }
Exemple #3
0
 /**
  * Constructs a new interface wrapper instance.
  *
  * @param \PDepend\Source\AST\ASTInterface $node
  */
 public function __construct(ASTInterface $node)
 {
     parent::__construct($node);
 }