db\Schema $lastInsertID

$lastInsertID public read-only property The row ID of the last row inserted, or the last value retrieved from the sequence object public string getLastInsertID ( $sequenceName = '' )

helpers\BaseStringHelper countWords()

countWords() public static method (available since version 2.0.8) Counts words in a string public static integer countWords ( $string )$string string

data\Pagination $urlManager

$urlManager public property The URL manager used for creating pagination URLs. If not set, the "urlManager" application component will be used. public yii\web\UrlManager $urlManager = null

debug\Panel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

web\Request $bodyParams

$bodyParams public property The request parameters given in the request body. public array getBodyParams ( )public void setBodyParams ( $values )

authclient\widgets\AuthChoice setBaseAuthUrl()

setBaseAuthUrl() public method public void setBaseAuthUrl ( array $baseAuthUrl )$baseAuthUrl array Base auth URL configuration.

log\FileTarget $maxLogFiles

$maxLogFiles public property Number of log files used for rotation. Defaults to 5. public integer $maxLogFiles = 5

mail\BaseMessage $mailer

$mailer public property The mailer instance that created this message. For independently created messages this is null. public yii\mail\MailerInterface $mailer = null

debug\models\search\Mail 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

sphinx\QueryBuilder delete()

delete() public method Creates a DELETE SQL statement. For example, $sql = $queryBuilder->delete('idx_user', 'status = 0'); The method will properly escape the index and column names. public string delete ( $index, $condition, &$params )$index string The index where the data will be deleted from. $condition array|string The condition that will be put in the WHERE part. Please refer to yii\sphinx\Query::where() on how to specify condition. $params array The binding parameter