PHP Class PHPCfg\Visitor\DeclarationFinder

Inheritance: extends PHPCfg\AbstractVisitor
Afficher le fichier Open project: ircmaxell/php-cfg

Protected Properties

Свойство Type Description
$classes
$constants
$functions
$interfaces
$methods
$traits

Méthodes publiques

Méthode Description
enterOp ( Op $op, Block $block )
getClasses ( )
getConstants ( )
getFunctions ( )
getInterfaces ( )
getMethods ( )
getTraits ( )

Method Details

enterOp() public méthode

public enterOp ( Op $op, Block $block )
$op PHPCfg\Op
$block PHPCfg\Block

getClasses() public méthode

public getClasses ( )

getConstants() public méthode

public getConstants ( )

getFunctions() public méthode

public getFunctions ( )

getInterfaces() public méthode

public getInterfaces ( )

getMethods() public méthode

public getMethods ( )

getTraits() public méthode

public getTraits ( )

Property Details

$classes protected_oe property

protected $classes

$constants protected_oe property

protected $constants

$functions protected_oe property

protected $functions

$interfaces protected_oe property

protected $interfaces

$methods protected_oe property

protected $methods

$traits protected_oe property

protected $traits