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