Services\InternalReference::getService PHP Method

getService() protected method

protected getService ( ) : Service
return Service
    protected function getService()
    {
        return \Yii::app()->service->{$this->service_name};
    }