elasticsearch\BatchQueryResult $scrollWindow

$scrollWindow public property The amount of time to keep the scroll window open (in ElasticSearch time units. public string $scrollWindow = '1m'

authclient\widgets\AuthChoice defaultClients()

defaultClients() protected method Returns default auth clients list. protected yii\authclient\ClientInterface[] defaultClients ( )return yii\authclient\ClientInterface[] Auth clients list.

mongodb\Database dropCollection()

dropCollection() public method (available since version 2.1) Drops specified collection. public boolean dropCollection ( $name )$name string Name of the collection return boolean Whether operation was successful.

console\controllers\HelpController getCommands()

getCommands() public method Returns all available command names. public array getCommands ( )return array All available command names

mail\MessageInterface setSubject()

setSubject() public abstract method Sets the message subject. public abstract $this setSubject ( $subject )$subject string Message subject return $this Self reference.

helpers\BaseFileHelper normalizePath()

normalizePath() public static method Normalizes a file/directory path. The normalization does the following work: Convert all directory separators into DIRECTORY_SEPARATOR (e.g. "\a/b\c" becomes "/a/b/c") Remove trailing directory separators (e.g. "/a/b/c/" becomes "/a/b/c") Turn multiple consecutive slashes into a single one (e.g. "/a///b/c" becomes "/a/b/c") Remove ".." and "." based on their meanings (e.g. "/a/./b/../c" becomes "/a/c") public static string normalizePath ( $path, $ds =

debug\panels\TimelinePanel 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 ( )

grid\DataColumn renderHeaderCellContent()

renderHeaderCellContent() protected method Renders the header cell content. The default implementation simply renders $header. This method may be overridden to customize the rendering of the header cell. protected string renderHeaderCellContent ( )return string The rendering result

web\AssetBundle register()

register() public static method Registers this asset bundle with a view. public static static register ( $view )$view yii\web\View The view to be registered with return static The registered asset bundle instance

gii\console\GenerateController getActionHelpSummary()

getActionHelpSummary() public method Returns a one-line short summary describing the specified action. public string getActionHelpSummary ( $action )$action yii\base\Action Action to get summary for return string A one-line short summary describing the specified action.