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;
    }