lastFragment = trim($expression, "()'\" "); return "startFragment{$expression}; ?>"; } /** * Compile the end-fragment statements into valid PHP. * * @return string */ protected function compileEndfragment() { return 'stopFragment(); ?>'; } }