Newscoop\Service\Resource\ResourceId::getType PHP Метод

getType() публичный Метод

Provides the type of the resource, please check the contstants on this class to see what are the posible types.
public getType ( ) : string
Результат string The type of the resource.
    public function getType()
    {
        return $this->type;
    }