web\UploadedFile $hasError

$hasError public read-only property Whether there is an error with the uploaded file. Check $error for detailed error code information. public boolean getHasError ( )

web\UploadedFile $size

$size public property The actual size of the uploaded file in bytes public integer $size = null

web\UploadedFile $error

$error public property An error code describing the status of this file uploading. See also http://www.php.net/manual/en/features.file-upload.errors.php. public integer $error = null

web\UploadedFile $baseName

$baseName public read-only property Original file base name public string getBaseName ( )

web\UnsupportedMediaTypeHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

web\TooManyRequestsHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

web\UnprocessableEntityHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

web\UnauthorizedHttpException __construct()

__construct() public method Constructor. public void __construct ( $message = null, $code = 0, Exception $previous = null )$message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

web\SessionIterator next()

next() public method Moves the internal pointer to the next array element. This method is required by the interface Iterator. public void next ( )

web\SessionIterator rewind()

rewind() public method Rewinds internal array pointer. This method is required by the interface Iterator. public void rewind ( )