Beispiel #1
0
 /**
  * @return string the associated database table name
  */
 public function delete()
 {
     if ($this->id >= 16) {
         //protect all sys docs
         return parent::delete();
     } else {
         return false;
     }
 }