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