Esempio 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);
 }
Esempio n. 2
0
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
     $this->reload();
 }
Esempio n. 3
0
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
 }