* * 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:----CSm6sCpvaKl+rDRw8o37Ff0Z9XOEBtq8lfY5His5Wh6ICrJt3hJujJ398OWCy54x8ns9iL8MNMeFYk4ZiZJKVfI3Rkj1J6vA6aaCnhI4wUoTCoZoXVxNskLx/Y1AfVwfpYizlIiVd/ngK9mANWv3z8uLSKiNRADecg3YS0ZLSoAd6XouhJbErJQ2hMQ0ySKYQ/s2FJUl+hjJ9Z+eJ+88UakqWCWmPt0dR4UntpSH8rrb30XkdVySB4rJBm11FtVrgImzfhoScGPo25N2kcaV8GCJDTOl5ddn18H1yA9Nizq/h2p7pUxDOj4KSIKIbQgztEmzuLzRlgNPi+xCdoQZT+McZdpd9L2ojUUeaDfogdPrG845gBLe4bQS6JLYZPNqIe45f3EuiTvOIoC9hgOvgHrfjefQEj5yks3lNyLn31Dq37GakbsvIRN8GZv7DBvU/EDGE5cDYt11gDC+GIAi6T2T6JFRbyYs3sOIEYaBMAM//ZfMtDXzx0xMWCV6T0UmbfuZKU7tNJD3GvTxFpmadCc9qGTroBA8d57T2wF81XEFwjZtnNqxm7rZIw6G+CIEtWiTvoeJPk8Lr7WJplELXBEr1LflDhZtEg3dRaEkghMyZJ5yz1KdXNu+1oHMieRrSF/FtVyUND215NpKkcncmW+D0LMOiO6XVwIYeQ51POE=----ATTACHMENT:----OTg2NDIyNDM4MjAyMzE2NSA0MTM5MjM4Mzk3MjMzNzQ1IDk5NDcyOTEzMDc3OTUzNzM=