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 $extension

$extension public read-only property File extension public string getExtension ( )

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\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\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\SessionIterator __construct()

__construct() public method Constructor. public void __construct ( )

web\SessionIterator valid()

valid() public method Returns whether there is an element at current position. This method is required by the interface Iterator. public boolean valid ( )