__construct() public method

public __construct ( Func $func, array $attributes = [] )
$func PHPCfg\Func
$attributes array
Beispiel #1
0
 public function __construct(Operand $class, $name, array $params, $byRef, $returnType, Block $stmts = null, array $attributes = [])
 {
     parent::__construct($name, $params, $byRef, $returnType, $stmts, $attributes);
     $this->class = $this->addReadRef($class);
 }