elasticsearch\BatchQueryResult $db

$db public property The DB connection to be used when performing batch query. If null, the elasticsearch application component will be used. public yii\elasticsearch\Connection $db = null

elasticsearch\Query addSuggester()

addSuggester() public method Adds a suggester to this query. See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html. public $this addSuggester ( $name, $definition )$name string The name of the suggester $definition string|array The configuration options for this suggester. Can be an array or a json string. return $this The query object itself

i18n\Formatter asDate()

asDate() public method Formats the value as a date. See also $dateFormat. public string asDate ( $value, $format = null )$value integer|string|DateTime The value to be formatted. The following types of value are supported: an integer representing a UNIX timestamp a string that can be parsed to create a DateTime object. The timestamp is assumed to be in $defaultTimeZone unless a time zone is explicitly given. a PHP DateTime object $format string The format used to convert the value in

sphinx\gii\model\Generator $indexName

$indexName public property public $indexName = null

grid\GridView $beforeRow

$beforeRow public property An anonymous function that is called once BEFORE rendering each data model. It should have the similar signature as $rowOptions. The return result of the function will be rendered directly. public Closure $beforeRow = null

rbac\DbManager checkAccess()

checkAccess() public method public void checkAccess ( $userId, $permissionName, $params = [] )$userId $permissionName $params

web\Session getName()

getName() public method Gets the name of the current session. This is a wrapper for PHP session_name(). public string getName ( )return string The current session name

widgets\Breadcrumbs run()

run() public method Renders the widget. public void run ( )

caching\WinCache 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

bootstrap\Tabs renderDropdown()

renderDropdown() protected method Normalizes dropdown item options by removing tab specific keys content and contentOptions, and also configure panes accordingly. protected boolean renderDropdown ( $itemNumber, &$items, &$panes )$itemNumber string Number of the item $items array The dropdown items configuration. $panes array The panes reference array. return boolean Whether any of the dropdown items is active or not. throws yii\base\InvalidConfigException