Exemplo n.º 1
0
 private function clearBuilder()
 {
     $this->builder = View::build();
     $this->builder->clear();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->view = View::build()->defaultStack();
 }