Class GoogleMap
This module is currently redundant
-
WPGMZA\Factory
-
WPGMZA\Crud
implements
IteratorAggregate,
JsonSerializable
-
WPGMZA\Map
-
WPGMZA\GoogleMap
Methods summary
public
|
#
__construct( integer|array|object $id, $shortcode_atts = null )
Constructor
Parameters
- $id
- $id_or_fields The ID to read an existing map, or an object or array to create a new one.
- $shortcode_atts
Overrides
|
Methods inherited from WPGMZA\Crud
__isset(),
__set(),
__unset(),
assert_not_trashed(),
bulk_read(),
bulk_trash(),
column_exists(),
create(),
getIterator(),
get_column_names(),
get_column_parameter(),
get_column_parameters(),
get_column_placeholders(),
get_column_type(),
get_columns(),
get_placeholder_by_type(),
get_table_name(),
is_read_only(),
jsonSerialize(),
parse_arbitrary_data(),
read(),
set(),
store_arbitrary_data(),
trash(),
update()
|