40 function __construct(
$title = null, $other = 0, $neutral = 0, $label = null, $scale = null )
42 $this->arrData =
array(
45 "neutral" => $neutral,
60 return ($this->arrData[$value]) ? 1 : 0;
63 if (array_key_exists($value, $this->arrData))
65 return $this->arrData[$value];
78 public function __set($key, $value)
83 $this->arrData[$key] = $value;
__get($value)
Object getter.
__set($key, $value)
Object setter.
Create styles array
The data for the language used.
__construct($title=null, $other=0, $neutral=0, $label=null, $scale=null)
ilSurveyPhrases constructor