コード例 #1
0
 /**
  * Alias of setFilename
  *
  * @param string $value
  */
 public function setValue($value)
 {
     $this->_filename = $value;
     parent::setValue($value);
 }
コード例 #2
0
 /**
  * Set the value of the slider
  *
  * @param integer|float $value
  */
 public function setValue($value)
 {
     $return_value = parent::setValue($value);
     $this->_updateInputReceiver();
 }