예제 #1
0
파일: feed.php 프로젝트: altgamer/portfolio
 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);
 }