Copied!
AbstractInterface
Methods
public abstract initializeLazyObject() : object
 

Forces initialization of a lazy object and returns it.

public abstract isLazyObjectInitialized(bool $partial = false) : bool
 

Returns whether the object is initialized.

  • param mixed $partial Whether partially initialized objects should be considered as initialized
public abstract resetLazyObject() : bool
 
  • return bool Returns false when the object cannot be reset, ie when it's not a lazy object
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration