예제 #1
0
 /**
  * Gets the value of value
  *
  * @return mixed
  */
 public function getValue()
 {
     if (!isset($this->_value)) {
         $this->_value = $this->model->getAttribute($this->field);
     }
     return $this->_value;
 }