PHP Class PHPCfg\Op\Expr\Param

Inheritance: extends PHPCfg\Op\Expr
Exibir arquivo Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$byRef
$defaultBlock
$defaultVar
$function A helper
$name
$type
$variadic

Public Methods

Method Description
__construct ( Operand $name, $type, $byRef, $variadic, Operand $defaultVar = null, Block $defaultBlock = null, array $attributes = [] )
getSubBlocks ( )
getVariableNames ( )

Method Details

__construct() public method

public __construct ( Operand $name, $type, $byRef, $variadic, Operand $defaultVar = null, Block $defaultBlock = null, array $attributes = [] )
$name PHPCfg\Operand
$defaultVar PHPCfg\Operand
$defaultBlock PHPCfg\Block
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

getVariableNames() public method

public getVariableNames ( )

Property Details

$byRef public_oe property

public $byRef

$defaultBlock public_oe property

public $defaultBlock

$defaultVar public_oe property

public $defaultVar

$function public_oe property

A helper
public $function

$name public_oe property

public $name

$type public_oe property

public $type

$variadic public_oe property

public $variadic