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