Пример #1
0
 public static function findByFormId($formId)
 {
     return FormField::findByFormId($formId);
 }