Prado\Web\Services\TFeedService::determineRequestedFeedPath PHP Method

determineRequestedFeedPath() protected method

protected determineRequestedFeedPath ( ) : string
return string the requested feed path
    protected function determineRequestedFeedPath()
    {
        return $this->getRequest()->getServiceParameter();
    }