PHPCfg\Op\Stmt\Trait_::__construct PHP Method

__construct() public method

public __construct ( $name, Block $stmts, array $attributes = [] )
$stmts PHPCfg\Block
$attributes array
    public function __construct($name, Block $stmts, array $attributes = [])
    {
        parent::__construct($name, $stmts, $attributes);
        $this->name = $this->addReadRef($name);
        $this->stmts = $stmts;
    }