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