handleList = $list; return $this; } public function setAsInline($inline) { $this->asInline = $inline; return $this; } public function getAsInline() { return $this->asInline; } public function setAsText($as_text) { $this->asText = $as_text; return $this; } public function getAsText() { return $this->asText; } public function setGlyphLimit($glyph_limit) { $this->glyphLimit = $glyph_limit; return $this; } public function getGlyphLimit() { return $this->glyphLimit; } protected function getTagName() { if ($this->getAsText()) { return null; } else { // TODO: It would be nice to render this with a proper