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