PropertyControllerGetTrait uses \oihana\controllers\traits\CheckOwnerArgumentsTrait, \oihana\controllers\traits\HttpCacheTrait, \oihana\models\traits\ModelTrait, \oihana\controllers\traits\OutputDocumentsTrait, \oihana\controllers\traits\prepare\PrepareLang, \oihana\controllers\traits\prepare\PrepareSkin, \oihana\models\traits\PropertyTrait, \oihana\controllers\traits\StatusTrait
Table of Contents
Methods
- get() : mixed
- Returns a specific document with a specific identifier.
Methods
get()
Returns a specific document with a specific identifier.
public
get([ServerRequestInterface|null $request = null ][, ResponseInterface|null $response = null ][, array<string|int, mixed> $args = [] ][, array<string|int, mixed> $init = [] ]) : mixed
Ex: ../element?search=film Ex: ../element?facets={"location":12} Ex: ../element?facets={"type":"-event,visual/exhibition","eventStatus":"-scheduled"}
Parameters
- $request : ServerRequestInterface|null = null
- $response : ResponseInterface|null = null
- $args : array<string|int, mixed> = []
-
An associative array that contains values for the current route’s named placeholders.
- $init : array<string|int, mixed> = []
-
An optional associative array to initialize the method.