Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function init()
 {
     if (!$this->visible) {
         return "";
     }
     if (empty($this->optionsOk["id"])) {
         $this->optionsOk["id"] = static::ID_PREF . uniqid(rand());
     }
     parent::init();
 }