io\vertx\jphp\core\cli\CommandLine.php 1

Type Line Description
getRawValues 119

io\vertx\jphp\ext\auth\oauth2\AccessToken.php 1

Type Line Description
isAuthorised 50

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
createKeycloak 65

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
getToken 135

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
decodeToken 147

io\vertx\jphp\ext\auth\oauth2\OAuth2Auth.php 1

Type Line Description
getScopeSeparator 189 The RFC 6749 states that a scope is expressed as a set of case-sensitive and space-delimited strings, however vendors tend not to agree on this and we see the following cases being used: space, plus sign, comma.

io\vertx\jphp\ext\auth\User.php 1

Type Line Description
isAuthorised 50

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
update 155

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
updateWithOptions 183

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
replace 213

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
replaceWithOptions 243

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
remove 466

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
removeWithOptions 492

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
removeOne 518

io\vertx\jphp\ext\mongo\MongoClient.php 1

Type Line Description
removeOneWithOptions 544

io\vertx\jphp\ext\sql\SQLConnection.php 1

Type Line Description
setQueryTimeout 249 It can be over written at any time and becomes active on the next query call.

io\vertx\jphp\ext\web\api\contract\openapi3\OpenAPI3RouterFactory.php 1

Type Line Description
getValidationFailureHandler 107

io\vertx\jphp\ext\web\api\contract\openapi3\OpenAPI3RouterFactory.php 1

Type Line Description
setValidationFailureHandler 119

io\vertx\jphp\ext\web\api\contract\openapi3\OpenAPI3RouterFactory.php 1

Type Line Description
setNotImplementedFailureHandler 132

io\vertx\jphp\ext\web\api\contract\RouterFactory.php 1

Type Line Description
getValidationFailureHandler 78

io\vertx\jphp\ext\web\api\contract\RouterFactory.php 1

Type Line Description
setValidationFailureHandler 90

io\vertx\jphp\ext\web\api\contract\RouterFactory.php 1

Type Line Description
setNotImplementedFailureHandler 103

io\vertx\jphp\ext\web\handler\UserSessionHandler.php 1

Type Line Description
UserSessionHandler 33 It requires that the session handler is already present on previous matching routes. It requires an Auth provider so, if the user is deserialized from a clustered session it knows which Auth provider to associate the session with.

io\vertx\jphp\ext\web\handler\UserSessionHandler.php 1

Type Line Description
handle 46

io\vertx\jphp\ext\web\handler\UserSessionHandler.php 1

Type Line Description
create 57

io\vertx\jphp\ext\web\LanguageHeader.php 1

Type Line Description
language 126

io\vertx\jphp\ext\web\LanguageHeader.php 1

Type Line Description
country 136

io\vertx\jphp\ext\web\LanguageHeader.php 1

Type Line Description
variant 146

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
Locale 23

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
create 70 param $language [string] <b> this method is deprecated <s> create($language) </s> </b> param $language [string] param $country [string] <b> this method is deprecated <s> create($language, $country) </s> </b> param $language [string] param $country [string] param $variant [string] <b> this method is deprecated <s> create($language, $country, $variant) </s> </b>

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
language 80

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
country 90

io\vertx\jphp\ext\web\Locale.php 1

Type Line Description
variant 100

io\vertx\jphp\ext\web\Router.php 1

Type Line Description
accept 67

io\vertx\jphp\ext\web\Router.php 1

Type Line Description
exceptionHandler 440

io\vertx\jphp\ext\web\RoutingContext.php 1

Type Line Description
acceptableLocales 528 When 2 or more entries have the same quality then the order used to return the best match is based on the lowest index on the original list. For example if a user has en-US and en-GB with same quality and this order the best match will be en-US because it was declared as first entry by the client.

io\vertx\jphp\ext\web\RoutingContext.php 1

Type Line Description
preferredLocale 553

io\vertx\jphp\kafka\client\consumer\KafkaConsumerRecord.php 1

Type Line Description
checksum 75

io\vertx\jphp\rabbitmq\RabbitMQClient.php 1

Type Line Description
basicConsume 146 param $queue [string] param $address [string] param $resultHandler [callable] <b> this method is deprecated <s> basicConsume($queue, $address, $resultHandler) </s> </b> Use @see \io\vertx\jphp\rabbitmq\RabbitMQClient::basicConsumer instead <p> Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag. param $queue [string] param $address [string] param $autoAck [boolean] param $resultHandler [callable] <b> this method is deprecated <s> basicConsume($queue, $address, $autoAck, $resultHandler) </s> </b> Use @see \io\vertx\jphp\rabbitmq\RabbitMQClient::basicConsumer instead <p> Start a non-nolocal, non-exclusive consumer, with a server-generated consumerTag and error handler param $queue [string] param $address [string] param $autoAck [boolean] param $resultHandler [callable] param $errorHandler [callable] <b> this method is deprecated <s> basicConsume($queue, $address, $autoAck, $resultHandler, $errorHandler) </s> </b>

io\vertx\jphp\rabbitmq\RabbitMQClient.php 1

Type Line Description
basicCancel 185