Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function enable()
 {
     $this->manager->enable($this);
     if ($this->referenced) {
         $this->manager->reference($this);
     }
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function enable()
 {
     $this->manager->enable($this);
 }