Newscoop\Service\Resource\ResourceId::getProperties PHP Méthode

getProperties() public méthode

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