File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/landing/ui/collection/formcollection/src/formcollection.js
Back
import {BaseCollection} from 'landing.collection.basecollection'; /** * @memberOf BX.Landing.UI.Collection */ export class FormCollection extends BaseCollection { fetchFields(): BaseCollection { const collection = new BaseCollection(); this.forEach((form) => { collection.push(...form.fields); }); return collection; } fetchChanges(): FormCollection { return this.filter((form) => form.isChanged()); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.29 |
proxy
|
phpinfo
|
Settings