Class MarkerFilter
The Factory class is a base class which can be used to make any classes
externally extensible. A filter is added for wpgmza_create_{class} which
is called by createInstance. If this filter returns a subclass of Factory,
that filter will override the default class and will be used.
IMPORTANT: Any objects which subclass Factory MUST be created by calling
createInstance on the subclass. Calling new on the constructor directly will
not cause this filter to fire, and the extended class will not be used.
-
WPGMZA\Factory
-
WPGMZA\MarkerFilter
Methods summary
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
public
|
|
public
|
|
public
|
|