The resources can be services, configurations ...
コード例 #1
0
ファイル: ResourceId.php プロジェクト: sourcefabric/newscoop
 /**
  * Provides the properties for the current resource id.
  *
  * @return array
  *		The array containing all the properties, not null can be empty.
  */
 public function getProperties()
 {
     return ResourceRepository::getInstance()->getResourceFor($this);
 }