PHP Class PHPCfg\Func

Exibir arquivo Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$callableOp PHPCfg\Op\CallableOp | null
$cfg Block | null
$class PHPCfg\Operand\Literal
$flags integer
$name string
$params PHPCfg\Op\Expr\Param[]
$returnType

Public Methods

Method Description
__construct ( $name, $flags, $returnType, $class )
getScopedName ( )

Method Details

__construct() public method

public __construct ( $name, $flags, $returnType, $class )

getScopedName() public method

public getScopedName ( )

Property Details

$callableOp public_oe property

public CallableOp,PHPCfg\Op|null $callableOp
return PHPCfg\Op\CallableOp | null

$cfg public_oe property

public Block,phpcfg|null $cfg
return Block | null

$class public_oe property

public Literal,PHPCfg\Operand $class
return PHPCfg\Operand\Literal

$flags public_oe property

public int $flags
return integer

$name public_oe property

public string $name
return string

$params public_oe property

public Param[],PHPCfg\Op\Expr $params
return PHPCfg\Op\Expr\Param[]

$returnType public_oe property

public $returnType