PHPCfg\Visitor\Simplifier::enterFunc PHP Method

enterFunc() public method

public enterFunc ( Func $func )
$func PHPCfg\Func
    public function enterFunc(Func $func)
    {
        $this->removed = new \SplObjectStorage();
        $this->recursionProtection = new \SplObjectStorage();
    }