captcha\CaptchaValidator $caseSensitive

$caseSensitive public property Whether the comparison is case sensitive. Defaults to false. public boolean $caseSensitive = false

elasticsearch\BatchQueryResult reset()

reset() public method Resets the batch query. This method will clean up the existing batch query so that a new batch query can be performed. public void reset ( )

validators\EmailValidator $pattern

$pattern public property The regular expression used to validate the attribute value. See also http://www.regular-expressions.info/email.html. public string $pattern = '/^[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&\'*+\\/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$/'

helpers\BaseMarkdown $flavors

$flavors public static property A map of markdown flavor names to corresponding parser class configurations. public static array $flavors = ['original' => ['class' => 'cebe\markdown\Markdown', 'html5' => true], 'gfm' => ['class' => 'cebe\markdown\GithubMarkdown', 'html5' => true], 'gfm-comment' => ['class' => 'cebe\markdown\GithubMarkdown', 'html5' => true, 'enableNewlines' => true], 'extra' => ['class' => 'cebe\markdown\MarkdownExtra', 'html5' => tru

helpers\BaseFormatConverter convertDatePhpToIcu()

convertDatePhpToIcu() public static method Converts a date format pattern from [php date() function format][] to [ICU format][]. The conversion is limited to date patterns that do not use escaped characters. Patterns like jS \o\f F Y which will result in a date like 1st of December 2014 may not be converted correctly because of the use of escaped characters. Pattern constructs that are not supported by the ICU format will be removed. public static string convertDatePhpToIcu ( $pattern )$p

authclient\OpenId $capath

$capath public property Directory that holds multiple CA certificates. This value will take effect only if $verifyPeer is set. public string $capath = null

widgets\BaseListView $sorter

$sorter public property The configuration for the sorter widget. By default, yii\widgets\LinkSorter will be used to render the sorter. You can use a different widget class by configuring the "class" element. Note that the widget must support the sort property which will be populated with the sort value of the $dataProvider. public array $sorter = []

behaviors\AttributeTypecastBehavior $skipOnNull

$skipOnNull public property Whether to skip typecasting of null values. If enabled attribute value which equals to null will not be type-casted (e.g. null remains null), otherwise it will be converted according to the type configured at $attributeTypes. public boolean $skipOnNull = true

db\Query params()

params() public method Sets the parameters to be bound to the query. See also addParams(). public $this params ( $params )$params array List of query parameter values indexed by parameter placeholders. For example, [':name' => 'Dan', ':age' => 31]. return $this The query object itself

widgets\Block $renderInPlace

$renderInPlace public property Whether to render the block content in place. Defaults to false, meaning the captured block content will not be displayed. public boolean $renderInPlace = false