Beispiel #1
0
 /**
  * Getter method, allows $model->get('property') access to data
  *
  * @param  string $property
  * @return string
  */
 public function get($property)
 {
     return $this->One->get($property);
 }