PHPCfg\Visitor\CallFinder::enterFunc PHP Method

enterFunc() public method

public enterFunc ( Func $func )
$func PHPCfg\Func
    public function enterFunc(Func $func)
    {
        $this->funcStack[] = $this->func;
        $this->func = $func;
    }