Proxy
in
Interface for proxy classes.
Tags
Table of Contents
Constants
- MARKER = '__CG__'
- Marker for Proxy class names.
- MARKER_LENGTH = 6
- Length of the proxy marker.
Methods
- __isInitialized() : bool
- Returns whether this proxy is initialized or not.
- __load() : void
- Initializes this proxy if its not yet initialized.
Constants
MARKER
Marker for Proxy class names.
public
mixed
MARKER
= '__CG__'
MARKER_LENGTH
Length of the proxy marker.
public
mixed
MARKER_LENGTH
= 6
Methods
__isInitialized()
Returns whether this proxy is initialized or not.
public
__isInitialized() : bool
Return values
bool__load()
Initializes this proxy if its not yet initialized.
public
__load() : void
Acts as a no-op if already initialized.