Property | Type | Description | |
---|---|---|---|
$func | |||
$funcCalls | |||
$funcStack | |||
$methodCalls | |||
$newCalls | |||
$nsFuncCalls | |||
$staticCalls |
Method | Description | |
---|---|---|
enterFunc ( |
||
enterOp ( |
||
getFuncCalls ( ) : |
||
getMethodCalls ( ) : |
||
getNewCalls ( ) : |
||
getNsFuncCalls ( ) : |
||
getStaticCalls ( ) : |
||
leaveFunc ( |
public getMethodCalls ( ) : |
||
return |
public getNsFuncCalls ( ) : |
||
return |
public getStaticCalls ( ) : |
||
return |
protected FuncCall[],PHPCfg\Op\Expr $funcCalls | ||
return |
protected MethodCall[],PHPCfg\Op\Expr $methodCalls | ||
return |
protected NsFuncCall[],PHPCfg\Op\Expr $nsFuncCalls | ||
return |