예제 #1
0
파일: I18n.php 프로젝트: kirkbauer2/kirkxc
 /**
  * Detach self
  *
  * @return void
  */
 public function detach()
 {
     parent::detach();
     foreach ($this->getTranslations() as $translation) {
         $translation->detach();
     }
 }