Newscoop\Service\Resource\ResourceId::getProperties PHP 메소드

getProperties() 공개 메소드

Provides the properties for the current resource id.
public getProperties ( ) : array
리턴 array The array containing all the properties, not null can be empty.
    public function getProperties()
    {
        return ResourceRepository::getInstance()->getResourceFor($this);
    }