Inheritance: extends PHPCfg\Op\Stmt, implements PHPCfg\Op\CallableOp
Exemplo n.º 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);
 }