PHPCfg\Visitor\CallFinder::getStaticCalls PHP Method

getStaticCalls() public method

public getStaticCalls ( ) : StaticCall[]
return PHPCfg\Op\Expr\StaticCall[]
    public function getStaticCalls()
    {
        return $this->staticCalls;
    }