コード例 #1
0
ファイル: Dog_Seen.php プロジェクト: sinfocol/gwf3
 public function getChannel()
 {
     return Dog_Channel::getByID($this->getCID());
 }
コード例 #2
0
ファイル: Dog_ChannelPeak.php プロジェクト: sinfocol/gwf3
 public function getChannel()
 {
     return Dog_Channel::getByID($this->getVar('lcpeak_cid'));
 }