Пример #1
0
 /**
  * Delegate delete to the field DataStore instance
  **/
 public function delete()
 {
     return $this->store->delete($this);
 }