PHP Class PHPCfg\Visitor\DeclarationFinder

Inheritance: extends PHPCfg\AbstractVisitor
Datei anzeigen Open project: ircmaxell/php-cfg

Protected Properties

Property Type Description
$classes
$constants
$functions
$interfaces
$methods
$traits

Public Methods

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

Method Details

enterOp() public method

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

getClasses() public method

public getClasses ( )

getConstants() public method

public getConstants ( )

getFunctions() public method

public getFunctions ( )

getInterfaces() public method

public getInterfaces ( )

getMethods() public method

public getMethods ( )

getTraits() public method

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