示例#1
0
 /**
  * Get value
  *
  * @return float
  */
 public function getValue()
 {
     $value = $this->getParam(static::PARAM_VALUE);
     return html_entity_decode('∞') === $value ? $value : parent::getValue();
 }