コード例 #1
0
ファイル: Model.php プロジェクト: jakwuh/phpaku
 public function remove(Connection $connection)
 {
     return $connection->removeModel($this);
 }