GhostObjectInterface
extends
LazyLoadingInterface
in
Ghost object marker
Tags
Table of Contents
Methods
- getProxyInitializer() : Closure|null
- initializeProxy() : bool
- Force initialization of the proxy
- isProxyInitialized() : bool
- Retrieves current initialization status of the proxy
- setProxyInitializer() : void
- Set or unset the initializer for the proxy instance
Methods
getProxyInitializer()
public
getProxyInitializer() : Closure|null
Definitions are duplicated here to allow templated definitions in this child type
Tags
Return values
Closure|nullinitializeProxy()
Force initialization of the proxy
public
initializeProxy() : bool
Return values
bool —true if the proxy could be initialized
isProxyInitialized()
Retrieves current initialization status of the proxy
public
isProxyInitialized() : bool
Return values
boolsetProxyInitializer()
Set or unset the initializer for the proxy instance
public
setProxyInitializer([Closure|null $initializer = null ]) : void
Definitions are duplicated here to allow templated definitions in this child type.
Parameters
- $initializer : Closure|null = null