validators\CompareValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\User $absoluteAuthTimeout

$absoluteAuthTimeout public property The number of seconds in which the user will be logged out automatically regardless of activity. Note that this will not work if $enableAutoLogin is true. public integer $absoluteAuthTimeout = null

mongodb\rbac\MongoDbManager $cacheKey

$cacheKey public property The key used to store RBAC data in cache See also $cache. public string $cacheKey = 'rbac'

jui\Widget $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = []

rbac\Item $name

$name public property The name of the item. This must be globally unique. public string $name = null

web\Session count()

count() public method Returns the number of items in the session. This method is required by Countable interface. public integer count ( )return integer Number of items in the session.

sphinx\Query callSnippetsInternal()

callSnippetsInternal() protected method Builds a snippets from provided source data by the given index. protected array callSnippetsInternal ( array $source, $from )$source array The source data to extract a snippet from. $from string Name of the source index. return array Snippets list. throws yii\base\InvalidCallException in case match() is not specified.

web\Application getSession()

getSession() public method Returns the session component. public yii\web\Session getSession ( )return yii\web\Session The session component.

mongodb\Query all()

all() public method Executes the query and returns all results as an array. public array all ( $db = null )$db yii\mongodb\Connection The Mongo connection used to execute the query. If this parameter is not given, the mongodb application component will be used. return array The query results. If the query results in nothing, an empty array will be returned.

base\Security $derivationIterations

$derivationIterations public property Derivation iterations count. Set as high as possible to hinder dictionary password attacks. public integer $derivationIterations = 100000