PHPCfg\Op\Stmt\Jump::__construct PHP 메소드

__construct() 공개 메소드

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