Esempio n. 1
0
 /**
  * @param integer $id
  * @return Form
  */
 public static function findById($id)
 {
     return Form::findById($id);
 }