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