Getter

Helps with accessing fields on unknown values.

class Getter
Copyright
2015-2016 Appertly
Since
0.4.0
License
Apache-2.0

Static Methods

Public
ReturnsSignature and Description
mixed
get(mixed $object, string $field)

Extracts any field from an object.

mixed
getId(mixed $object)

Gets the MongoDB-style ID from an object.

Method Details

get

public static function get(mixed $object, string $field)

Extracts any field from an object.

Parameters
NameTypeDescription
$objectmixed

The object

$fieldstring
Returns
TypeDescription
mixed

The value found or null

getId

public static function getId(mixed $object)

Gets the MongoDB-style ID from an object.

Parameters
NameTypeDescription
$objectmixed

The object

Returns
TypeDescription
mixed

The ID found or null