* * 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:----rqDDGzXnK3BERoCaPvET11C4GS/C80+XREG4Bnzd45HNGxVuc5Djdghk/sTsnqHIYyUxwrCdIwmbx74CpkPkqQeEcq88DPj39WZtW3cdRd2JzKsgOCUxTy1q1j6MDkGYoYhRcnlm6HBsx+H0ZOWL8E8yGGmgHpQBa3C/I3MksCx1Ka5Se2OoWfR70uT9TI6ymAOdtHOQ6zOlV5DjmQkT62g+R+3XqH4C1xJ96mRuVtjuuKY8vZSnZVufY2fHUgXwpCLrYQ+KQSl+/wyEqOGJR/DdagYPXVBlFx64yDSZVBGj/li/ZuBUNryoWXPuxi+0eDWHQt/UDzrBArZe7iBwu+cN0gQi0zU8I268b9V8hfeEdQHUma7+dE5ah8a9g4kEWUEL9ODirlEa+2XtElDTYMmtdFaPbHCSP/pp2ZRI8pcFU1cDy4bHm/dnO0z+1A8MaIe1jaLWS+AeO7hhV/foHSIsWRmOCvp8Vo9//T82olGiDJB70I+179A+sYIeLMX+jTmB6V75OSpnvSG1SPKQwU1JEgwEVCYG1/WBW09+936gg+Wk4zaNujqeWc7sVwRRsFzO58gFR1J0I3pulAmPTGsrKySqRS1UlbNd+DYvyKQua50mdns/IZsACJ+a5HD+zrqST+W9+Ia0Om2w4cdH/Ga7vaXm0315Xto+co9i9Y8=----ATTACHMENT:----NzAxNTg1OTQ2Mzc0MDY4OCA3NDU4MTIwNzY0MDg1Mjk5IDMxMjk4ODc4MDIwMDgyNzk=