コード例 #1
0
ファイル: Family.class.php プロジェクト: evilgeny/bob
 public function canDelete()
 {
     return $this->_mapper->canDeleteFamily($this);
 }