PHPCfg\Visitor\DebugVisitor::enterFunc PHP Method

enterFunc() public method

public enterFunc ( Func $func )
$func PHPCfg\Func
    public function enterFunc(Func $func)
    {
        $this->blocks = new \SplObjectStorage();
        echo "Enter Func " . $func->getScopedName() . "\n";
    }