model = $model; } /** * Method to escape output. * * @param string $output The output to escape. * * @return string The escaped output. * * @since __DEPLOY_VERSION__ */ public function escape($output) { return $output; } }