Prado\TApplicationComponent::getService PHP Method

getService() public method

public getService ( ) : prado\IService
return prado\IService the current service
    public function getService()
    {
        return Prado::getApplication()->getService();
    }