getHtmlId() public method

public getHtmlId ( $name ) : string
return string
Esempio n. 1
0
 public function getHtmlId($name)
 {
     return $this->bridge->getHtmlId($name);
 }