Interface UploadedFileContract
Provides an implementation strategy for the Psr-7 UploadedFileInterface.
Contract interfaces enforce expected behavior in a non-colliding way. They are tasked with enforcing methods, and extending interfaces provided by standards and other packages for compatibility.
All valid oroboros classes MUST extend at
least one Contract Interface to be considered valid.
- oroboros\core\interfaces\contract\libraries\file\UploadedFileContract implements Psr\Http\Message\UploadedFileInterface
Direct known implementers
Indirect known implementers
Namespace: oroboros\core\interfaces\contract\libraries\file
Package: oroboros\core\Psr-7
Category: contract-interfaces
License: The MIT License (MIT)
Author: Brian Dayhoff mopsyd@me.com
Version: 0.2.4-alpha
Since: 0.2.4-alpha
Link: bitbucket.org/oroborosframework/oroboros-core/wiki/development/api/contract_interface.md
Located at core/interfaces/contract/libraries/file/UploadedFileContract.php
Package: oroboros\core\Psr-7
Category: contract-interfaces
License: The MIT License (MIT)
Author: Brian Dayhoff mopsyd@me.com
Version: 0.2.4-alpha
Since: 0.2.4-alpha
Link: bitbucket.org/oroborosframework/oroboros-core/wiki/development/api/contract_interface.md
Located at core/interfaces/contract/libraries/file/UploadedFileContract.php
Methods summary
public
|
#
__construct( array $uploaded_file )
|