Ferreteria/v0.5/@cls/cAttributes: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "{{fmt/title|Ferreteria class <code>ferret\{{l/ver/class|layout}}\{{l/ver/class|layout/html|html}}\{{l/ver/class|layout/html/tag|tag}}\cAttributes</code>}} {| style="bo...")
 
No edit summary
 
Line 9: Line 9:
|}
|}
* '''File''': {{l/ferreteria/code|layout/page/html/tag/attr.php}}
* '''File''': {{l/ferreteria/code|layout/page/html/tag/attr.php}}
==About==
This class manages the conversion of array data into properly-formatted HTML attributes. So far, it is only used directly by the {{l/ver/class|tTailData}} trait, which is why they are in the same file.

Latest revision as of 14:02, 7 July 2022

Ferreteria class ferret\layout\html\tag\cAttributes

ferret \ arr \ cArgs

cAttributes

About

This class manages the conversion of array data into properly-formatted HTML attributes. So far, it is only used directly by the tTailData trait, which is why they are in the same file.