web\Session removeAll()

removeAll() public method Removes all session variables public void removeAll ( )

elasticsearch\Query search()

search() public method Executes the query and returns the complete search result including e.g. hits, facets, totalCount. public array search ( $db = null, $options = [] )$db yii\elasticsearch\Connection The database connection used to execute the query. If this parameter is not given, the elasticsearch application component will be used. $options array The options given with this query. Possible options are: routing search_type return array The query results.

web\Application handleRequest()

handleRequest() public method Handles the specified request. public yii\web\Response handleRequest ( $request )$request yii\web\Request The request to be handled return yii\web\Response The resulting response throws yii\web\NotFoundHttpException if the requested route is invalid

authclient\OpenId discover()

discover() public method Performs Yadis and HTML discovery. public array discover ( $url )$url string Identity URL. return array OpenID provider info, following keys will be available: 'url' - string OP Endpoint (i.e. OpenID provider address). 'version' - integer OpenID protocol version used by provider. 'identity' - string identity value. 'identifier_select' - boolean whether to request OP to select identity for an user in OpenID 2, does not affect OpenID 1. 'ax' - boolean whether AX

base\Application getRequest()

getRequest() public method Returns the request component. public yii\web\Request|yii\console\Request getRequest ( )return yii\web\Request|yii\console\Request The request component.

web\ErrorHandler addTypeLinks()

addTypeLinks() public method Adds informational links to the given PHP type/class. public string addTypeLinks ( $code )$code string Type/class name to be linkified. return string Linkified with HTML type/class name.

di\Instance get()

get() public method Returns the actual object referenced by this Instance object. public object get ( $container = null )$container yii\di\ServiceLocator|yii\di\Container The container used to locate the referenced object. If null, the method will first try Yii::$app then Yii::$container. return object The actual object referenced by this Instance object.

caching\ApcCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value wil

web\UrlRule $defaults

$defaults public property The default GET parameters (name => value) that this rule provides. When this rule is used to parse the incoming request, the values declared in this property will be injected into $_GET. public array $defaults = []

elasticsearch\BatchQueryResult valid()

valid() public method Returns whether there is a valid dataset at the current position. This method is required by the interface Iterator. public boolean valid ( )return boolean Whether there is a valid dataset at the current position.