Exemplo n.º 1
0
 public function getScopeItems()
 {
     $items = parent::getScopeItems();
     $items['innerContent'] = $this->error->content;
     $items['titleContent'] = $this->error->title;
     return $items;
 }
Exemplo n.º 2
0
 public function getScopeItems()
 {
     $items = parent::getScopeItems();
     $u = new User();
     $items['u'] = $u;
     return $items;
 }
Exemplo n.º 3
0
 public function getScopeItems()
 {
     return parent::getScopeItems();
 }