Services\InternalService::getResourceClass PHP Method

getResourceClass() public static method

Get the class name of the resource type managed by this service.
public static getResourceClass ( ) : string
return string
    public static function getResourceClass()
    {
        return preg_replace('/Service$/', '', get_called_class());
    }