Neomerx\JsonApi\Contracts\Encoder\EncoderInterface::withJsonApiVersion PHP 메소드

withJsonApiVersion() 공개 메소드

If called JSON API version information with optional meta will be added to a document.
또한 보기: http://jsonapi.org/format/#document-jsonapi-object
public withJsonApiVersion ( mixed | null $meta = null ) : Neomerx\JsonApi\Contracts\Encoder\EncoderInterface
$meta mixed | null
리턴 Neomerx\JsonApi\Contracts\Encoder\EncoderInterface
    public function withJsonApiVersion($meta = null);