Example #1
0
 function initFromRow($row)
 {
     parent::initFromRow($row);
     $this->setPagename($row['wiki_page']);
 }
Example #2
0
 function initFromRow($row)
 {
     parent::initFromRow($row);
     $this->setUrl($row['link_url']);
 }