bootstrap\ButtonDropdown renderDropdown()

renderDropdown() protected method Generates the dropdown menu. protected string renderDropdown ( )return string The rendering result.

console\Controller stderr()

stderr() public method Prints a string to STDERR You may optionally format the string with ANSI codes by passing additional parameters using the constants defined in yii\helpers\Console. Example: $this->stderr('This will be red and underlined.', Console::FG_RED, Console::UNDERLINE); public integer|boolean stderr ( $string )$string string The string to print return integer|boolean Number of bytes printed or false on error

console\controllers\BaseMigrateController beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the $migrationPath. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed. throws yii\base\InvalidConfigException if directory specified in migrationPath doesn't exist and action isn't "create".

validators\CompareValidator $compareValue

$compareValue public property The constant value to be compared with. When both this property and $compareAttribute are set, this property takes precedence. See also $compareAttribute. public mixed $compareValue = null

web\AssetBundle publish()

publish() public method Publishes the asset bundle if its source code is not under Web-accessible directory. It will also try to convert non-CSS or JS files (e.g. LESS, Sass) into the corresponding CSS or JS files using asset converter. public void publish ( $am )$am yii\web\AssetManager The asset manager to perform the asset publishing

authclient\clients\GoogleOpenId defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

web\Request getServerPort()

getServerPort() public method Returns the server port number. public integer|null getServerPort ( )return integer|null Server port number, null if not available

gii\generators\module\Generator successMessage()

successMessage() public method Returns the message to be displayed when the newly generated code is saved successfully. Child classes may override this method to customize the message. public string successMessage ( )return string The message to be displayed when the newly generated code is saved successfully.

helpers\BaseHtml csrfMetaTags()

csrfMetaTags() public static method Generates the meta tags containing CSRF token information. See also yii\web\Request::$enableCsrfValidation. public static string csrfMetaTags ( )return string The generated meta tags

db\ColumnSchemaBuilder getTypeCategory()

getTypeCategory() protected method (available since version 2.0.8) Returns the category of the column type. protected string getTypeCategory ( )return string A string containing the column type category name.