Ejemplo n.º 1
0
 function __construct(IPage $page)
 {
     parent::__construct($page);
     $this->headers = new NullHeaderManager();
     $this->cache = new NullCacheManager();
 }