web\Request $baseUrl

$baseUrl public property The relative URL for the application public string getBaseUrl ( )public void setBaseUrl ( $value )

web\Request $authUser

$authUser public read-only property The username sent via HTTP authentication, null if the username is not given public string|null getAuthUser ( )

web\Request $authPassword

$authPassword public read-only property The password sent via HTTP authentication, null if the password is not given public string|null getAuthPassword ( )

web\Request $acceptableLanguages

$acceptableLanguages public property The languages ordered by the preference level. The first element represents the most preferred language. public array getAcceptableLanguages ( )public void setAcceptableLanguages ( $value )

web\Request $acceptableContentTypes

$acceptableContentTypes public property The content types ordered by the quality score. Types with the highest scores will be returned first. The array keys are the content types, while the array values are the corresponding quality score and other parameters as given in the header. public array getAcceptableContentTypes ( )public void setAcceptableContentTypes ( $value )

web\Request $absoluteUrl

$absoluteUrl public read-only property The currently requested absolute URL. public string getAbsoluteUrl ( )

web\NotFoundHttpException __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\NotAcceptableHttpException __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\MultipartFormDataParser setUploadFileMaxSize()

setUploadFileMaxSize() public method public void setUploadFileMaxSize ( $uploadFileMaxSize )$uploadFileMaxSize integer Upload file max size in bytes.

web\MultipartFormDataParser setUploadFileMaxCount()

setUploadFileMaxCount() public method public void setUploadFileMaxCount ( $uploadFileMaxCount )$uploadFileMaxCount integer Maximum upload files count.