function loadedCacheStatic($v) { parent::loadCacheStatic($v); array_push($this->foot, "\n"); }
function createChild($parse = null, $builder = null) { $tml = new Markup(); $tml->setParent($this); if (isset($builder)) { $tml->setBuilder($builder); } else { $tml->setBuilder($this->constructor); } if (isset($parse)) { $tml->parse($parse); } return $tml; }
function addToGroup($node) { parent::offsetSet(null, $node); }