Beispiel #1
0
 /**
  * @param $object
  *
  * @return mixed The field value from $object
  */
 public function get($object)
 {
     return $this->getter->get($object);
 }