예제 #1
0
 /**
  * Set the possible values
  *
  * @api
  * @param array $values Possible values
  * @return static
  */
 public function setValues(array $values)
 {
     $this->feature->setValues($values);
     return $this;
 }