PHP Class PHPCfg\Op\Stmt\Function_

Inheritance: extends PHPCfg\Op\Stmt, implements PHPCfg\Op\CallableOp
Exibir arquivo Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$func

Public Methods

Method Description
__construct ( Func $func, array $attributes = [] )
getFunc ( )
getSubBlocks ( )

Method Details

__construct() public method

public __construct ( Func $func, array $attributes = [] )
$func PHPCfg\Func
$attributes array

getFunc() public method

public getFunc ( )

getSubBlocks() public method

public getSubBlocks ( )

Property Details

$func public_oe property

public $func