Documentation

Proxy

Interface for proxy classes.

Tags
template

T of object

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.


        
On this page

Search results