File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/location/core/src/entity/format/formatfield.js
Back
import Field from '../generic/field'; export default class FormatField extends Field { #sort; #name; #description; // todo: Fields validation constructor(props) { super(props); this.#sort = parseInt(props.sort); this.#name = props.name || ''; this.#description = props.description || ''; } get sort() { return this.#sort; } set sort(sort) { this.#sort = sort; } get name() { return this.#name; } set name(name) { this.#name = name; } get description() { return this.#description; } set description(description) { this.#description = description; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings