getHtmlId() public method

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