PHP Class PHPCfg\Visitor\CallFinder

Inheritance: implements PHPCfg\Visitor
Datei anzeigen Open project: ircmaxell/php-cfg

Protected Properties

Property Type Description
$func PHPCfg\Func
$funcCalls PHPCfg\Op\Expr\FuncCall[]
$funcStack PHPCfg\Func[]
$methodCalls PHPCfg\Op\Expr\MethodCall[]
$newCalls PHPCfg\Op\Expr\New_[]
$nsFuncCalls PHPCfg\Op\Expr\NsFuncCall[]
$staticCalls PHPCfg\Op\Expr\StaticCall[]

Public Methods

Method Description
enterFunc ( Func $func )
enterOp ( Op $op, Block $block )
getFuncCalls ( ) : FuncCall[]
getMethodCalls ( ) : MethodCall[]
getNewCalls ( ) : New_[]
getNsFuncCalls ( ) : NsFuncCall[]
getStaticCalls ( ) : StaticCall[]
leaveFunc ( Func $func )

Method Details

enterFunc() public method

public enterFunc ( Func $func )
$func PHPCfg\Func

enterOp() public method

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

getFuncCalls() public method

public getFuncCalls ( ) : FuncCall[]
return PHPCfg\Op\Expr\FuncCall[]

getMethodCalls() public method

public getMethodCalls ( ) : MethodCall[]
return PHPCfg\Op\Expr\MethodCall[]

getNewCalls() public method

public getNewCalls ( ) : New_[]
return PHPCfg\Op\Expr\New_[]

getNsFuncCalls() public method

public getNsFuncCalls ( ) : NsFuncCall[]
return PHPCfg\Op\Expr\NsFuncCall[]

getStaticCalls() public method

public getStaticCalls ( ) : StaticCall[]
return PHPCfg\Op\Expr\StaticCall[]

leaveFunc() public method

public leaveFunc ( Func $func )
$func PHPCfg\Func

Property Details

$func protected_oe property

protected Func,PHPCfg $func
return PHPCfg\Func

$funcCalls protected_oe property

protected FuncCall[],PHPCfg\Op\Expr $funcCalls
return PHPCfg\Op\Expr\FuncCall[]

$funcStack protected_oe property

protected Func[],PHPCfg $funcStack
return PHPCfg\Func[]

$methodCalls protected_oe property

protected MethodCall[],PHPCfg\Op\Expr $methodCalls
return PHPCfg\Op\Expr\MethodCall[]

$newCalls protected_oe property

protected New_[],PHPCfg\Op\Expr $newCalls
return PHPCfg\Op\Expr\New_[]

$nsFuncCalls protected_oe property

protected NsFuncCall[],PHPCfg\Op\Expr $nsFuncCalls
return PHPCfg\Op\Expr\NsFuncCall[]

$staticCalls protected_oe property

protected StaticCall[],PHPCfg\Op\Expr $staticCalls
return PHPCfg\Op\Expr\StaticCall[]