Line 148 in /home/lorensbe/tennis_html/framework/view/ViewableData.php
139 } 140 141 /** 142 * Get the value of a field on this object. This should be overloaded in child classes. 143 * 144 * @param string $field 145 * @return mixed 146 */ 147 public function getField($field) { 148 return $this->$field; 149 } 150 151 /** 152 * Set a field on this object. This should be overloaded in child classes. 153 * 154 * @param string $field