예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Getter method, allows $model->get('property') access to data
  *
  * @param  string $property
  * @return string
  */
 public function get($property)
 {
     return $this->One->get($property);
 }