Class Map
This class represents a map.
-
WPGMZA\Crud
implements
IteratorAggregate,
JsonSerializable
-
WPGMZA\Map
Methods summary
public
|
#
__construct( integer|array|object $id_or_fields = -1 )
Constructor
Parameters
- $id_or_fields
- The ID to read an existing map, or an object or array to create a new one.
Overrides
|
public static
|
#
create_instance( $id_or_fields = -1 )
Deprecated. The Factory class will takeover here
Deprecated. The Factory class will takeover here
Deprecated
|
protected
string
|
#
get_arbitrary_data_column_name( )
Returns the name of the column used to store arbitrary data, which is "other_settings" on the map table.
Returns the name of the column used to store arbitrary data, which is "other_settings" on the map table.
Returns
string The column name.
Overrides
|
Methods inherited from WPGMZA\Crud
__get(),
__isset(),
__set(),
__unset(),
assert_not_trashed(),
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()
|