WoohooLabs\Yin\JsonApi\Transformer\ResourceTransformerInterface::getMeta PHP Method

getMeta() public method

The method returns an array of non-standard meta information about the resource. If this array is empty, the section won't appear in the response.
public getMeta ( mixed $domainObject ) : array
$domainObject mixed
return array
    public function getMeta($domainObject);