Exemplo n.º 1
0
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
     $this->l_recent = array();
     $this->l_recentWrap = new \common\Collection($this, $this->l_recent);
 }
Exemplo n.º 2
0
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
     $this->reload();
 }
Exemplo n.º 3
0
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
 }