Method | Description | |
---|---|---|
denormalize ( $data, $class, $format = null, array $context = [] ) | ||
normalize ( $object, $format = null, array $context = [] ) | ||
supportsDenormalization ( $data, $type, $format = null ) | ||
supportsNormalization ( $data, $format = null ) |
Method | Description | |
---|---|---|
getAttributes ( $object, $format, array $context ) |
Method | Description | |
---|---|---|
getComponents ( object $object, string $format = null, array $context ) : array | Gets HAL components of the resource: states, links and embedded. | |
getHalCacheKey ( string $format = null, array $context ) : boolean | string | Gets the cache key to use. | |
getRelationIri ( array | string $rel ) : string | Gets the IRI of the given relation. | |
populateRelation ( array $data, object $object, string $format = null, array $context, array $components, string $type ) : array | Populates _links and _embedded keys. |
public denormalize ( $data, $class, $format = null, array $context = [] ) | ||
$context | array |
protected getAttributes ( $object, $format, array $context ) | ||
$context | array |
public supportsDenormalization ( $data, $type, $format = null ) |