close_tags() public static method

public static close_tags ( string $html ) : string
$html string
return string
コード例 #1
0
ファイル: Helper.php プロジェクト: jarednova/timber
 /**
  * @deprecated since 1.2.0
  * @see TextHelper::close_tags
  * @param string  $html
  * @return string
  */
 public static function close_tags($html)
 {
     return TextHelper::close_tags($html);
 }