elasticsearch\ActiveDataProvider getAggregation()

getAggregation() public method Returns results of the specified aggregation. public array getAggregation ( $name )$name string Aggregation name. return array Aggregation results. throws yii\base\InvalidCallException if requested aggregation does not present in query results.

gii\generators\module\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

authclient\BaseClient normalizeUserAttributes()

normalizeUserAttributes() protected method Normalize given user attributes according to $normalizeUserAttributeMap. protected array normalizeUserAttributes ( $attributes )$attributes array Raw attributes. return array Normalized attributes. throws yii\base\InvalidConfigException on incorrect normalize attribute map.

base\View beginPage()

beginPage() public method Marks the beginning of a page. public void beginPage ( )

web\Session getSavePath()

getSavePath() public method Gets the current session save path. This is a wrapper for PHP session_save_path(). public string getSavePath ( )return string The current session save path, defaults to '/tmp'.

console\controllers\MessageController isCategoryIgnored()

isCategoryIgnored() protected method (available since version 2.0.7) The method checks, whether the $category is ignored according to $ignoreCategories array. Examples: myapp - will be ignored only myapp category; myapp* - will be ignored by all categories beginning with myapp (myapp, myapplication, myapprove, myapp/widgets, myapp.widgets, etc). protected boolean isCategoryIgnored ( $category, array $ignoreCategories )$category string Category that is checked $ignoreCategories array

base\Application getVendorPath()

getVendorPath() public method Returns the directory that stores vendor files. public string getVendorPath ( )return string The directory that stores vendor files. Defaults to "vendor" directory under $basePath.

elasticsearch\ActiveQuery createCommand()

createCommand() public method Creates a DB command that can be used to execute this query. public yii\elasticsearch\Command createCommand ( $db = null )$db yii\elasticsearch\Connection The DB connection used to create the DB command. If null, the DB connection returned by $modelClass will be used. return yii\elasticsearch\Command The created DB command instance.

debug\panels\ProfilingPanel getName()

getName() public method public string getName ( )return string Name of the panel

web\CookieCollection $count

$count public read-only property The number of cookies in the collection. public integer getCount ( )