* @copyright 2014 Authors * @license MIT * @version GIT: $Id$ * @link http://xamin.ir */ namespace Handlebars; /** * Handlebars safe string. Can be used in line helpers as wrapper for result to * indicate that there is no need to escape the result. * * @category Xamin * @package Handlebars * @author Dmitriy Simushev * @copyright 2014 Authors * @license MIT * @version Release: @package_version@ * @link http://xamin.ir */ class SafeString extends BaseString { }