Свойство | Type | Description | |
---|---|---|---|
$obj_schema | Current Schema |
Méthode | Description | |
---|---|---|
mapFromResults ( array $arr_results ) : |
Map 1-many results out of the Raw response data array | |
mapOneFromResult ( object $obj_result ) : |
Map a single result out of the Raw response data array FROM Google TO a GDS Entity | |
setSchema ( |
Set the schema |
Méthode | Description | |
---|---|---|
determineDynamicType ( $mix_value ) : array | Dynamically determine type for a value | |
extractAutoDetectValue ( object $obj_property ) : mixed | Auto detect & extract a value | |
extractDatetimeValue ( $obj_property ) : mixed | Extract a datetime value | |
extractGeopointValue ( $obj_property ) : |
Extract a Geopoint value | |
extractPropertyValue ( $int_type, object $obj_property ) : mixed | Extract a single property value from a Property object | |
extractStringListValue ( $obj_property ) : mixed | Extract a String List value |
protected determineDynamicType ( $mix_value ) : array | ||
$mix_value | ||
Résultat | array |
abstract protected extractAutoDetectValue ( object $obj_property ) : mixed | ||
$obj_property | object | |
Résultat | mixed |
abstract protected extractDatetimeValue ( $obj_property ) : mixed | ||
$obj_property | ||
Résultat | mixed |
abstract protected extractGeopointValue ( $obj_property ) : |
||
$obj_property | ||
Résultat |
abstract protected extractPropertyValue ( $int_type, object $obj_property ) : mixed | ||
$int_type | ||
$obj_property | object | |
Résultat | mixed |
abstract protected extractStringListValue ( $obj_property ) : mixed | ||
$obj_property | ||
Résultat | mixed |
public mapFromResults ( array $arr_results ) : |
||
$arr_results | array | |
Résultat |
abstract public mapOneFromResult ( object $obj_result ) : |
||
$obj_result | object | |
Résultat |
public setSchema ( |
||
$obj_schema |