YoastSEO_Vendor\Psr\Http\Message
ServerRequestInterface::withUploadedFiles() public Yoast 1.0
Create a new instance with the specified uploaded files.
This method MUST be implemented in such a way as to retain the immutability of the message, and MUST return an instance that has the updated body parameters.
{} Это метод класса: ServerRequestInterface{}
Хуков нет.
Возвращает
static
. Ничего.
Использование
$ServerRequestInterface = new ServerRequestInterface(); $ServerRequestInterface->withUploadedFiles( $uploadedFiles );
- $uploadedFiles(массив) (обязательный)
- An array tree of UploadedFileInterface instances.
Код ServerRequestInterface::withUploadedFiles() ServerRequestInterface::withUploadedFiles Yoast 16.1.1
public function withUploadedFiles(array $uploadedFiles);