getHtmlId() public method

public getHtmlId ( $name ) : string
return string
Beispiel #1
0
 public function getHtmlId($name)
 {
     return $this->bridge->getHtmlId($name);
 }