AppserverIo\Appserver\Core\Api\Node\ErrorPageNode::getErrorLocation PHP Method

getErrorLocation() public method

Return's the location to redirect to.
public getErrorLocation ( ) : AppserverIo\Appserver\Core\Api\Node\ValueNode
return AppserverIo\Appserver\Core\Api\Node\ValueNode The location
    public function getErrorLocation()
    {
        return $this->errorLocation;
    }