File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/ui/install/js/ui/sign-up/src/content/content.js
Back
import {Cache} from 'main.core'; import {EventEmitter} from 'main.core.events'; import {CanvasWrapper} from '../canvas-wrapper/canvas-wrapper'; export class Content extends EventEmitter { cache = new Cache.MemoryCache(); constructor(options = {}) { super(); this.setEventNamespace('BX.UI.SignUp.Content'); this.subscribeFromOptions(options.events); this.setOptions(options); } setOptions(options) { this.cache.set('options', {...options}); } getOptions() { return this.cache.get('options', {}); } getLayout(): HTMLDivElement { throw new Error('Must be implemented in a child class'); } getCanvas(): CanvasWrapper { throw new Error('Must be implemented in a child class'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings