27 lines
705 B
YAML
27 lines
705 B
YAML
name: LazyObjectInterface
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: isLazyObjectInitialized
|
|
visibility: public
|
|
parameters:
|
|
- name: partial
|
|
default: 'false'
|
|
comment: '# * Returns whether the object is initialized.
|
|
|
|
# *
|
|
|
|
# * @param $partial Whether partially initialized objects should be considered
|
|
as initialized'
|
|
- name: initializeLazyObject
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * Forces initialization of a lazy object and returns it.'
|
|
- name: resetLazyObject
|
|
visibility: public
|
|
parameters: []
|
|
comment: '# * @return bool Returns false when the object cannot be reset, ie when
|
|
it''s not a lazy object'
|
|
traits: []
|
|
interfaces: []
|