コード例 #1
0
ファイル: MyPlot.php プロジェクト: gitter-badger/MyPlot
 /**
  * Delete the plot data
  *
  * @param Plot $plot
  * @return bool
  */
 public function disposePlot(Plot $plot)
 {
     return $this->dataProvider->deletePlot($plot);
 }