示例#1
0
 public function insertIntoTable()
 {
     $rssChannelList = new RssChannelsList();
     $this->id = $rssChannelList->addChannel($this);
     return $this->id;
 }