Property | Type | Description | |
---|---|---|---|
$_original | array | Contains the original database value of the array. This value will be compared with the current value ($_data) to calculate the changes that should be sent to the database. |
Method | Description | |
---|---|---|
export ( array $options = [] ) | ||
modified ( ) : boolean | Determines if the DocumentSet has been modified since it was last saved | |
sync ( $id = null, array $data = [], array $options = [] ) | ||
to ( string $format, array $options = [] ) : mixed | Adds conversions checks to ensure certain class types and embedded values are properly cast. |
Method | Description | |
---|---|---|
_init ( ) | ||
_populate ( ) : mixed | Extract the next item from the result ressource and wraps it into a Document object. | |
_set ( mixed $data = null, null | integer | string $offset = null, array $options = [] ) : mixed | Helper method to normalize and set data. |
protected array $_original | ||
return | array |