Class Url
Check if the input is valid URL address
- Wei\Base
-
Wei\Validator\BaseValidator
-
Wei\Validator\Url
public
string|boolean
|
|
protected
boolean
|
__call(),
__construct(),
__get(),
getOption(),
setOption()
|
t()
|
protected
string
|
$invalidMessage
|
#
'%name% must be valid URL'
|
protected
string
|
$negativeMessage
The common message for negative validator |
#
'%name% must not be URL'
|
protected
boolean
|
$path
Requires the URL to contain a path part (like http://www.example.com/path/part) |
#
false
|
protected
boolean
|
$query
Requires URL to have a query string (like http://www.example.com/?query=string) |
#
false
|
$errors,
$name,
$negative,
$notStringMessage,
$validator
|
$providers,
$wei
|
$t
|