addComponentEndingMarker($html, $component)); }); } public function addComponentEndingMarker($html, $component) { return $html."\n'; } public static function stripOutEndingMarker($html) { return preg_replace('//', '', $html); } }