console\controllers\HelpController getScriptName()

getScriptName() protected method protected string getScriptName ( )return string The name of the cli script currently running.

helpers\BaseHtml renderSelectOptions()

renderSelectOptions() public static method Renders the option tags that can be used by dropDownList() and listBox(). public static string renderSelectOptions ( $selection, $items, &$tagOptions = [] )$selection string|array|null The selected value(s). String for single or array for multiple selection(s). $items array The option data items. The array keys are option values, and the array values are the corresponding option labels. The array can also be nested (i.e. some array value

rest\Serializer addPaginationHeaders()

addPaginationHeaders() protected method Adds HTTP headers about the pagination to the response. protected void addPaginationHeaders ( $pagination )$pagination yii\data\Pagination

web\Request setBaseUrl()

setBaseUrl() public method Sets the relative URL for the application. By default the URL is determined based on the entry script URL. This setter is provided in case you want to change this behavior. public void setBaseUrl ( $value )$value string The relative URL for the application

bootstrap\Alert renderCloseButton()

renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result

db\mssql\PDO beginTransaction()

beginTransaction() public method Starts a transaction. It is necessary to override PDO's method as MSSQL PDO driver does not natively support transactions. public boolean beginTransaction ( )return boolean The result of a transaction start.

validators\FileValidator $maxSize

$maxSize public property The maximum number of bytes required for the uploaded file. Defaults to null, meaning no limit. Note, the size limit is also affected by upload_max_filesize and post_max_size INI setting and the 'MAX_FILE_SIZE' hidden field value. See getSizeLimit() for details. See also: http://php.net/manual/en/ini.core.php#ini.upload-max-filesize http://php.net/post-max-size getSizeLimit() $tooBig for the customized message for a file that is too big. public integer $maxSize =

faker\FixtureController $providers

$providers public property Additional data providers that can be created by user and will be added to the Faker generator. More info in Faker library docs. public array $providers = []

mongodb\ActiveQuery modify()

modify() public method Performs 'findAndModify' query and returns a single row of result. Warning: in case 'new' option is set to 'false' (which is by default) usage of this method may lead to unexpected behavior at some Active Record features, because object will be populated by outdated data. public yii\mongodb\ActiveRecord|array|null modify ( $update, $options = [], $db = null )$update array Update criteria $options array List of options in format: optionName => optionValue. $db

elasticsearch\ActiveDataProvider setQueryResults()

setQueryResults() public method public void setQueryResults ( $results )$results array Full query results