Newscoop\Service\Resource\ResourceId::getProperties PHP Method

getProperties() public method

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