예제 #1
0
파일: nette.min.php 프로젝트: rotten77/xcv
 function getHtmlName()
 {
     $name = parent::getHtmlName();
     return strpos($name, '[') === FALSE ? $name : $name . '[]';
 }
예제 #2
0
 /**
  * Returns HTML name of control.
  * @return string
  */
 public function getHtmlName()
 {
     return parent::getHtmlName() . '[]';
 }
예제 #3
0
 /**
  * Returns HTML name of control.
  *
  * @return string
  */
 public function getHtmlName()
 {
     $name = parent::getHtmlName();
     return strpos($name, '[') === false ? $name : $name . '[]';
 }
예제 #4
0
__construct($src=NULL,$alt=NULL){parent::__construct();$this->control->type='image';$this->control->src=$src;$this->control->alt=$alt;}function
getHtmlName(){$name=parent::getHtmlName();return
strpos($name,'[')===FALSE?$name:$name.'[]';}function