web\Request $authPassword

$authPassword public read-only property The password sent via HTTP authentication, null if the password is not given public string|null getAuthPassword ( )

elasticsearch\Command scroll()

scroll() public method (available since version 2.0.4) See also https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html. public mixed scroll ( $options = [] )$options array

authclient\clients\VKontakte $attributeNames

$attributeNames public property (available since version 2.0.4) List of attribute names, which should be requested from API to initialize user attributes. public array $attributeNames = ['uid', 'first_name', 'last_name', 'nickname', 'screen_name', 'sex', 'bdate', 'city', 'country', 'timezone', 'photo']

base\Security decryptByPassword()

decryptByPassword() public method Verifies and decrypts data encrypted with encryptByPassword(). See also encryptByPassword(). public boolean|string decryptByPassword ( $data, $password )$data string The encrypted data to decrypt $password string The password to use for decryption return boolean|string The decrypted data or false on authentication failure

rbac\ManagerInterface removeChildren()

removeChildren() public abstract method Removed all children form their parent. Note, the children items are not deleted. Only the parent-child relationships are removed. public abstract boolean removeChildren ( $parent )$parent yii\rbac\Item return boolean Whether the removal is successful

gii\generators\model\Generator validateNamespace()

validateNamespace() public method Validates the namespace. public void validateNamespace ( $attribute )$attribute string Namespace variable.

db\QueryTrait addOrderBy()

addOrderBy() public method Adds additional ORDER BY columns to the query. See also orderBy(). public $this addOrderBy ( $columns )$columns string|array|yii\db\Expression The columns (and the directions) to be ordered by. Columns can be specified in either a string (e.g. "id ASC, name DESC") or an array (e.g. ['id' => SORT_ASC, 'name' => SORT_DESC]). The method will automatically quote the column names unless a column contains some parenthesis (which means the column contains a DB

data\SqlDataProvider prepareKeys()

prepareKeys() protected method Prepares the keys associated with the currently available data models. protected array prepareKeys ( $models )$models array The available data models return array The keys

web\Request getIsFlash()

getIsFlash() public method Returns whether this is an Adobe Flash or Flex request. public boolean getIsFlash ( )return boolean Whether this is an Adobe Flash or Adobe Flex request.

mongodb\console\controllers\MigrateController $templateFile

$templateFile public property The template file for generating new migrations. This can be either a path alias (e.g. "@app/migrations/template.php") or a file path. The template file for generating new migrations. This can be either a path alias (e.g. "@app/migrations/template.php") or a file path. public string $templateFile = '@yii/mongodb/views/migration.php'