db\oci\ColumnSchemaBuilder buildUnsignedString()

buildUnsignedString() protected method Builds the unsigned string for column. Defaults to unsupported. protected string buildUnsignedString ( )return string A string containing UNSIGNED keyword.

base\Controller renderFile()

renderFile() public method Renders a view file. public string renderFile ( $file, $params = [] )$file string The view file to be rendered. This can be either a file path or a path alias. $params array The parameters (name-value pairs) that should be made available in the view. return string The rendering result. throws yii\base\InvalidParamException if the view file does not exist.

authclient\clients\YandexOAuth $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://oauth.yandex.ru/authorize'

mongodb\file\Download $size

$size public read-only property File size. public integer getSize ( )

captcha\CaptchaAction renderImageByImagick()

renderImageByImagick() protected method Renders the CAPTCHA image based on the code using ImageMagick library. protected string renderImageByImagick ( $code )$code string The verification code return string Image contents in PNG format.

web\UrlManager $cacheKey

$cacheKey protected property (available since version 2.0.8) The cache key for cached rules protected string $cacheKey = __CLASS__

sphinx\ActiveQuery defaultConnection()

defaultConnection() protected method protected yii\sphinx\Connection defaultConnection ( )return yii\sphinx\Connection Default connection value.

data\ActiveDataProvider setSort()

setSort() public method Sets the sort definition for this data provider. public void setSort ( $value )$value array|yii\data\Sort|boolean The sort definition to be used by this data provider. This can be one of the following: a configuration array for creating the sort definition object. The "class" element defaults to 'yii\data\Sort' an instance of yii\data\Sort or its subclass false, if sorting needs to be disabled. throws yii\base\InvalidParamException

helpers\BaseStringHelper byteLength()

byteLength() public static method Returns the number of bytes in the given string. This method ensures the string is treated as a byte array by using mb_strlen(). public static integer byteLength ( $string )$string string The string being measured for length return integer The number of bytes in the given string.

console\controllers\BaseMigrateController migrateUp()

migrateUp() protected method Upgrades with the specified migration class. protected boolean migrateUp ( $class )$class string The migration class name return boolean Whether the migration is successful