authclient\Collection getClient()

getClient() public method public yii\authclient\ClientInterface getClient ( $id )$id string Service id. return yii\authclient\ClientInterface Auth client instance. throws yii\base\InvalidParamException on non existing client request.

helpers\BaseConsole confirm()

confirm() public static method Asks user to confirm by typing y or n. public static boolean confirm ( $message, $default = false )$message string To print out before waiting for user input $default boolean This value is returned if no selection is made. return boolean Whether user confirmed

captcha\Captcha $imageOptions

$imageOptions public property HTML attributes to be applied to the CAPTCHA image tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $imageOptions = []

mongodb\Database selectCollection()

selectCollection() protected method Selects collection with given name. protected yii\mongodb\Collection selectCollection ( $name )$name string Collection name. return yii\mongodb\Collection Collection instance.

gii\generators\extension\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

jui\DatePicker $language

$language public property The locale ID (e.g. 'fr', 'de', 'en-GB') for the language to be used by the date picker. If this property is empty, then the current application language will be used. Since version 2.0.2 a fallback is used if the application language includes a locale part (e.g. de-DE) and the language file does not exist, it will fall back to using de. public string $language = null

web\UrlNormalizer collapseSlashes()

collapseSlashes() protected method Collapse consecutive slashes in $pathInfo, for example converts site///index into site/index. protected string collapseSlashes ( $pathInfo )$pathInfo string Raw path info. return string Normalized path info.

db\ActiveQueryInterface one()

one() public abstract method Executes query and returns a single row of result. public abstract yii\db\ActiveRecordInterface|array|null one ( $db = null )$db yii\db\Connection The DB connection used to create the DB command. If null, the DB connection returned by \yii\db\modelClass will be used. return yii\db\ActiveRecordInterface|array|null A single row of query result. Depending on the setting of asArray(), the query result may be either an array or an ActiveRecord object. null wil

authclient\signature\RsaSha1 $name

$name public read-only property Method name. public string getName ( )

helpers\BaseHtml mailto()

mailto() public static method Generates a mailto hyperlink. public static string mailto ( $text, $email = null, $options = [] )$text string Link body. It will NOT be HTML-encoded. Therefore you can pass in HTML code such as an image tag. If this is coming from end users, you should consider encode() it to prevent XSS attacks. $email string Email address. If this is null, the first parameter (link body) will be treated as the email address and used. $options array The tag options in t