コード例 #1
0
 public function deleteImage()
 {
     if ($this->id) {
         parent::deleteImage();
         $this->handleQuotaUpdate();
     }
 }