PHP Class PHPCfg\Op\Stmt\ClassLike

Inheritance: extends PHPCfg\Op\Stmt
Mostrar archivo Open project: ircmaxell/php-cfg Class Usage Examples

Public Properties

Property Type Description
$name
$stmts

Public Methods

Method Description
__construct ( $name, Block $stmts, array $attributes = [] )
getSubBlocks ( )

Method Details

__construct() public method

public __construct ( $name, Block $stmts, array $attributes = [] )
$stmts PHPCfg\Block
$attributes array

getSubBlocks() public method

public getSubBlocks ( )

Property Details

$name public_oe property

public $name

$stmts public_oe property

public $stmts