web\View $assetBundles

$assetBundles public property List of the registered asset bundles. The keys are the bundle names, and the values are the registered yii\web\AssetBundle objects. See also registerAssetBundle(). public yii\web\AssetBundle[] $assetBundles = []

widgets\MaskedInput $clientOptions

$clientOptions public property The JQuery plugin options for the input mask plugin. See also https://github.com/RobinHerbots/jquery.inputmask. public array $clientOptions = []

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

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

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

log\FileTarget $maxLogFiles

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

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

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

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 = '' )

web\MultipartFormDataParser setUploadFileMaxSize()

setUploadFileMaxSize() public method public void setUploadFileMaxSize ( $uploadFileMaxSize )$uploadFileMaxSize integer Upload file max size in bytes.