Ejemplo n.º 1
0
 public function addResource(Resource $resource)
 {
     // If it already exists here, complain
     $this->_resources[(string) $resource->getUri()] = $resource;
 }
Ejemplo n.º 2
0
 public function addResource(Resource $resource)
 {
     $this->_resources[(string) $resource->getUri()] = $resource;
 }