Example #1
0
 public static function fromForm($row)
 {
     $instance = new self();
     $instance->exchangeForm($row);
     return $instance;
 }