Lines Matching full:be

26  * $_SERVER values MUST be treated as immutable, as they represent application
29 * can be restored from $_SERVER or the request body, and may need treatment
30 * during the application (e.g., body parameters may be deserialized based on
40 * be implemented such that they retain the internal state of the current
61 * The data MUST be compatible with the structure of the $_COOKIE
72 * be compatible with the structure of $_COOKIE. Typically, this data will
73 * be injected at instantiation.
78 * This method MUST be implemented in such a way as to retain the
92 * Note: the query params might not be in sync with the URI or server
105 * request. They MAY be injected during instantiation, such as from PHP's
106 * $_GET superglobal, or MAY be derived from some other value such as the
108 * MUST be compatible with what PHP's parse_str() would return for
115 * This method MUST be implemented in such a way as to retain the
131 * These values MAY be prepared from $_FILES or the message body during
132 * instantiation, or MAY be injected via withUploadedFiles().
135 * array MUST be returned if no data is present.
142 * This method MUST be implemented in such a way as to retain the
161 * potential types MUST be arrays or objects only. A null value indicates
165 * These will typically be an array or object.
172 * These MAY be injected during instantiation.
178 * The data IS NOT REQUIRED to come from $_POST, but MUST be the results of
184 * is a JSON payload, this method could be used to create a request
187 * This method MUST be implemented in such a way as to retain the
192 * typically be in an array or object.
202 * The request "attributes" may be used to allow injection of any
206 * will be application and request specific, and CAN be mutable.
235 * This method MUST be implemented in such a way as to retain the
252 * This method MUST be implemented in such a way as to retain the