Exemplo n.º 1
0
 /**
  * @return string
  */
 public function getId()
 {
     if ($this->id === null) {
         $inputID = Html::getInputId($this->model, $this->attribute);
         $this->id = 'inputfield-' . $inputID;
     }
     return $this->id;
 }