Example #1
0
 public function container_end()
 {
     $this->wraplevel -= 1;
     return parent::container_end();
 }
Example #2
0
 public function __construct($containerstack, $page)
 {
     parent::__construct($containerstack, $page, null);
 }