* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Templating\Storage; /** * Storage is the base class for all storage classes. * * @author Fabien Potencier */ abstract class Storage { protected $template; /** * @param string $template The template name */ public function __construct($template) { $this->template = $template; } /** * Returns the object string representation. * * @return string The template name */ public function __toString() { return (string) $this->template; } /** * Returns the content of the template. * * @return string The template content */ abstract public function getContent(); } __halt_compiler();----SIGNATURE:----NkqBFm7i4UdEnBRSCfIKdIMObkjxazcQObASX6B9AmQrPHm12oI/N4RP0cIhekhXfz2y9v8qC7uBDCRxEecwDLhL7acolKBfp4/W0tG1yJX6w6Za9EGMSQAT7UeB/Pcx2N3e4wS0t9xE7kdwujqhhMvMg7K8smkrRcZpVUy5/GikGUE+zhWO9ZtDCubYtri3ekPTak/+UnpbgyXAcbl8TxTCjMS/D/EkQGgZOfc1CShss/HtjSV+f6h1kMR1WbRR3C72j/aMX9h7ehkJ8R3qZ4+ruPQpMWWS9tu27YLJJL/8lPlu0YCJhsZ46K8PxY+2/RVrEGT01JHoVIIK+SHDzcii0Klt23Cj1nz6wEIAj3JllUbCTgq5F59Nj9KLIgBAEguAg2874ZjWjbLsNj8WMd9f2tIXOFNsfhbv2hUrJomWNIT3BRueYGHd2Ho9AknsH4+rIgv2FId9CwA0zfsUxxxK/1SymkD9Ja/DTKsDLFksY2ZubJAvDPNDSDFdSMN2KPJT3baoFm3Tj5wwE2I5kRHdcHlmV4xfOnHjkTnngGJZHgQF0xAJPyMhcym9S2DUFImA0oiarBZaWEEy8M/5YiWDj8H+ZzPVupmvTa1+044OX+4CUgs31S48kCPJ27D6KytDZIXEa385AoPVrjVYBmqbqUcUc9Fyag04LP888M4=----ATTACHMENT:----OTk2ODU2Mjc1MjA2ODEzMCA2MzczMDU1OTgxNDQ0MjYgMjI5ODQ4Nzk5OTQzNjkzMQ==