db\mysql\QueryBuilder renameColumn()

renameColumn() public method Builds a SQL statement for renaming a column. public string renameColumn ( $table, $oldName, $newName )$table string The table whose column is to be renamed. The name will be properly quoted by the method. $oldName string The old name of the column. The name will be properly quoted by the method. $newName string The new name of the column. The name will be properly quoted by the method. return string The SQL statement for renaming a DB column. throws y

console\controllers\MigrateController parseFields()

parseFields() protected method (available since version 2.0.7) Parse the command line migration fields protected array parseFields ( )return array Parse result with following fields: fields: array, parsed fields foreignKeys: array, detected foreign keys

authclient\clients\Twitter defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

elasticsearch\Connection getNodeInfo()

getNodeInfo() public method public void getNodeInfo ( )

authclient\clients\Twitter defaultName()

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

web\XmlResponseFormatter $itemTag

$itemTag public property The name of the elements that represent the array elements with numeric keys. public string $itemTag = 'item'

base\Security generateSalt()

generateSalt() protected method Generates a salt that can be used to generate a password hash. The PHP crypt() built-in function requires, for the Blowfish hash algorithm, a salt string in a specific format: "$2a$", "$2x$" or "$2y$", a two digit cost parameter, "$", and 22 characters from the alphabet "./0-9A-Za-z". protected string generateSalt ( $cost = 13 )$cost integer The cost parameter return string The random salt value. throws yii\base\InvalidParamException if the cost parame

authclient\clients\Live defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

validators\RequiredValidator $skipOnEmpty

$skipOnEmpty public property Whether to skip this validator if the value being validated is empty. public boolean $skipOnEmpty = false

web\MultipartFormDataParser setUploadFileMaxCount()

setUploadFileMaxCount() public method public void setUploadFileMaxCount ( $uploadFileMaxCount )$uploadFileMaxCount integer Maximum upload files count.