PHP Class PHPCfg\Op\Stmt\Class_

Inheritance: extends ClassLike
Exibir arquivo Open project: ircmaxell/php-cfg

Public Properties

Property Type Description
$extends
$implements
$type

Public Methods

Method Description
__construct ( $name, $type, $extends, array $implements, Block $stmts, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public method

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

getVariableNames() public method

public getVariableNames ( )

Property Details

$extends public_oe property

public $extends

$implements public_oe property

public $implements

$type public_oe property

public $type