' . $input . ''; echo $input; } /** * {@inheritdoc} */ public function export($input, $name = NULL) { $input = '
' . $input . '
'; return $this->setSafeMarkup($input); } /** * {@inheritdoc} */ public static function checkRequirements() { return FALSE; } }