MySLP_Base
in package
Table of Contents
Methods
- __construct() : mixed
- Geo_Base constructor.
- get_instance() : mixed
- Return an instance of the object.
- initialize() : mixed
- Do these things when this object is invoked.
Methods
__construct()
Geo_Base constructor.
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
get_instance()
Return an instance of the object.
public
static get_instance([array<string|int, mixed> $params = null ]) : mixed
Parameters
- $params : array<string|int, mixed> = null
initialize()
Do these things when this object is invoked.
protected
initialize() : mixed