Ferreteria/v0.5/@cls/caTag

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 17:10, 12 July 2022 by Woozle (talk | contribs)
Jump to navigation Jump to search
Ferreteria class ferret\layout\html\caTag
cElement caTag

→ * \ tag \ caClosable
→ * \ tag \ caUnclosed

Methods

Adds nothing except to name two methods for rendering pieces of an HTML tag:

abstract protected function GetTagName() : string;
abstract protected function GetTagTail() : string; // attributes

I think this doesn't make sense; there should be at least one method which uses these, thus defining their meaning.