getHtmlId() public method

public getHtmlId ( $name ) : string
return string
コード例 #1
0
ファイル: SnippetDriver.php プロジェクト: nette/latte
 public function getHtmlId($name)
 {
     return $this->bridge->getHtmlId($name);
 }