Exemplo n.º 1
0
 public static function newFromRow($row)
 {
     $rc = new RecentChange();
     $rc->loadFromRow($row);
     return $rc;
 }