Services\DataObject::getServiceClass PHP Метод

getServiceClass() защищенный статический Метод

protected static getServiceClass ( $fhir_type )
    protected static function getServiceClass($fhir_type)
    {
        $class = "services\\{$fhir_type}";
        return @class_exists($class) ? $class : null;
    }