Exemplo n.º 1
0
 /**
  * Detach self
  *
  * @return void
  */
 public function detach()
 {
     parent::detach();
     foreach ($this->getTranslations() as $translation) {
         $translation->detach();
     }
 }