PHPDaemon\Config\Parser::getCurrentScope PHP Method

getCurrentScope() public method

Returns current variable scope
public getCurrentScope ( ) : object
return object Scope.
    public function getCurrentScope()
    {
        $e = end($this->state);
        return $e[1];
    }