Beispiel #1
0
 public function find($id, $field = null)
 {
     parent::find($id, $field);
     $this->_addTypeDatas();
     return $this;
 }