Exemplo n.º 1
0
 /**
  * @param String $name Name of the option
  * @param array  $translations Array with translations for option.
  * @param array  $data
  */
 public function __construct($name, $translations, $data)
 {
     parent::__construct($name, $translations, $data);
     $this->activeChoice = isset($data['activeChoice']) ? $data['activeChoice'] : '';
     $this->choice = $this->fonts;
 }