db\mssql\QueryBuilder renameTable()

renameTable() public method Builds a SQL statement for renaming a DB table. public string renameTable ( $oldName, $newName )$oldName string The table to be renamed. The name will be properly quoted by the method. $newName string The new table name. The name will be properly quoted by the method. return string The SQL statement for renaming a DB table.

helpers\BaseFileHelper loadMimeTypes()

loadMimeTypes() protected static method Loads MIME types from the specified file. protected static array loadMimeTypes ( $magicFile )$magicFile string The path (or alias) of the file that contains all available MIME type information. If this is not set, the file specified by $mimeMagicFile will be used. return array The mapping from file extensions to MIME types

debug\components\TimelineDataProvider getLeft()

getLeft() public method Returns the offset left item, percentage of the total width public float getLeft ( $model )$model array

mongodb\Collection dropAllIndexes()

dropAllIndexes() public method Drops all indexes for this collection. public integer dropAllIndexes ( )return integer Count of dropped indexes. throws yii\mongodb\Exception on failure.

authclient\QQ 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 ( )

sphinx\Query $showMeta

$showMeta public property Whether to automatically perform 'SHOW META' query against main one. You may set this value to be string or yii\db\Expression instance, in this case its value will be used as 'LIKE' condition for 'SHOW META' statement. You need to use search() method in order to fetch 'meta' results. public boolean|string|yii\db\Expression $showMeta = null

bootstrap\BootstrapWidgetTrait $clientOptions

$clientOptions public property The options for the underlying Bootstrap JS plugin. Please refer to the corresponding Bootstrap plugin Web page for possible options. For example, this page shows how to use the "Modal" plugin and the supported options (e.g. "remote"). public array $clientOptions = []

rbac\BaseManager getItem()

getItem() protected abstract method Returns the named auth item. protected abstract yii\rbac\Item getItem ( $name )$name string The auth item name. return yii\rbac\Item The auth item corresponding to the specified name. Null is returned if no such item.

jui\Droppable run()

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

debug\Panel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )