entryName = $entryName; } public function render($value = null) { $returnString = "
\n\t$value\n
\n"; return $returnString; } }