Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16341 программист и 1648 роботов. Сейчас ищут 1518 программистов ...
$element->removeAttributes()
Вернуться к: HTML_Template_Flexy
$element->removeAttributes()
$element->removeAttributes() – Removes an attributes
Synopsis
$element->removeAttributes ( mixed $attrs )
use this to remove attributes from the tag when the element is rendered, It may be easier to access the attributes array directly and assign the value to false.
Parameter
-
$attributes name or array of names to remove from tag
Throws
throws
Note
This function can not be called statically.
Вернуться к: HTML_Template_Flexy