Exemple #1
0
 /**
  * Constructs a new method wrapper.
  *
  * @param PHP_Depend_Code_CodeMethod $node The wrapped method object.
  */
 public function __construct(ASTMethod $node)
 {
     parent::__construct($node);
 }
Exemple #2
0
 /**
  * Constructs a new method wrapper.
  *
  * @param PHP_Depend_Code_CodeMethod $node The wrapped method object.
  */
 public function __construct(PHP_Depend_Code_Method $node)
 {
     parent::__construct($node);
 }
Exemple #3
0
 /**
  * Constructs a new function wrapper.
  *
  * @param PDepend $node The wrapped function object.
  */
 public function __construct(ASTFunction $node)
 {
     parent::__construct($node);
 }