* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Templating\Helper; /** * Helper is the base class for all helper classes. * * Most of the time, a Helper is an adapter around an existing * class that exposes a read-only interface for templates. * * @author Fabien Potencier */ abstract class Helper implements HelperInterface { protected $charset = 'UTF-8'; /** * Sets the default charset. * * @param string $charset The charset */ public function setCharset($charset) { $this->charset = $charset; } /** * Gets the default charset. * * @return string The default charset */ public function getCharset() { return $this->charset; } } __halt_compiler();----SIGNATURE:----LFBOvC3eNm+PsGNFRHFIAlhsyuFQ48SZn6OhXs1eSuIo/LG/4rv2KTakhb9I7QAyoyIS4WNZo0oFjnkjI1wyy93PINm5toPh6SrLO9t6zMix0vjHIID1UivZ5TOtBWjFUydNmcKa44ybv37zo9ENnX16BQbKaapIdfIPBVcuRO52Jqed6o1807Wt+8vGsRF9awjqakwuVp1fzon+bW12Xt7CGTPPYdKRp/mz5S1Y4ZH10df5oaHCEto/40N88oVgDtL6Y+FUdg8/88lmB+oGlZu0tSMjdb+rLTEcQvr3pNLzzlxOugL09gxgas4iTgUd2KsDKXks/6yxDeRbP6bIidWCurSO2Eiv9xvrWgFeC/5G379T46TgEXASo8KUxDPso58KNzxnPH08v7w8Jhk/jIGvxah2YJedrIFbFpoWCcU2Y2HH2HPg5LPXcoqE+il1galjhDMU0y1vj0oGWHkEWGUnxUilwtlFqJDjRqc1msn33AVMv3MwphaGlWbfQ2XYDoWI46TWjSmAgQsM57ECoasvgzXoFymiamTMSnm03bjd4Q0EeLdAvnLX2m61eV3MQenIYPciasAgI3IxK085RJjpQgHu7rGGtYxDo2Cpf0gDc0aroN5abllAq5agXWHvfTxFS79Vn0G8zqH41SigqkboqC9sahCBXqZBUVi8Txk=----ATTACHMENT:----MjQyOTg0ODI3NjU2NzAyOSA1MDM2MjU0Mjc4NTAzMDgxIDIyODc3NDA1MTQ0NDAwNTc=