コード例 #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
ファイル: record.php プロジェクト: altgamer/portfolio
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
     $this->reload();
 }
コード例 #3
0
ファイル: preview.php プロジェクト: altgamer/portfolio
 public function __construct(\observer\Observer $_owner)
 {
     parent::__construct($_owner);
 }