PHP Class PHPCfg\Op\Stmt\ClassLike

Inheritance: extends PHPCfg\Op\Stmt
Afficher le fichier Open project: ircmaxell/php-cfg Class Usage Examples

Méthodes publiques

Свойство Type Description
$name
$stmts

Méthodes publiques

Méthode Description
__construct ( $name, Block $stmts, array $attributes = [] )
getSubBlocks ( )

Method Details

__construct() public méthode

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

getSubBlocks() public méthode

public getSubBlocks ( )

Property Details

$name public_oe property

public $name

$stmts public_oe property

public $stmts