The resources can be services, configurations ...
Example #1
0
 /**
  * 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);
 }