validators\EachValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

filters\ContentNegotiator $languageParam

$languageParam public property The name of the GET parameter that specifies the application language. Note that if the specified language does not match any of $languages, the first language in $languages will be used. If the parameter value is empty or if this property is null, the application language will be determined based on the Accept-Language HTTP header only. See also $languages. public string $languageParam = '_lang'

db\QueryBuilder $conditionBuilders

$conditionBuilders protected property Map of query condition to builder methods. These methods are used by buildCondition() to build SQL conditions from array syntax. protected array $conditionBuilders = ['NOT' => 'buildNotCondition', 'AND' => 'buildAndCondition', 'OR' => 'buildAndCondition', 'BETWEEN' => 'buildBetweenCondition', 'NOT BETWEEN' => 'buildBetweenCondition', 'IN' => 'buildInCondition', 'NOT IN' => 'buildInCondition', 'LIKE' => 'buildLikeCondition', 'NOT

validators\CompareValidator $compareAttribute

$compareAttribute public property The name of the attribute to be compared with. When both this property and $compareValue are set, the latter takes precedence. If neither is set, it assumes the comparison is against another attribute whose name is formed by appending '_repeat' to the attribute being validated. For example, if 'password' is being validated, then the attribute to be compared would be 'password_repeat'. See also $compareValue. public string $compareAttribute = null

web\Request getScriptUrl()

getScriptUrl() public method Returns the relative URL of the entry script. The implementation of this method referenced Zend_Controller_Request_Http in Zend Framework. public string getScriptUrl ( )return string The relative URL of the entry script. throws yii\base\InvalidConfigException if unable to determine the entry script URL

web\UrlManager $cache

$cache public property The cache object or the application component ID of the cache object. Compiled URL rules will be cached through this cache object, if it is available. After the UrlManager object is created, if you want to change this property, you should only assign it with a cache object. Set this property to false if you do not want to cache the URL rules. public yii\caching\Cache|string $cache = 'cache'

validators\UrlValidator clientValidateAttribute()

clientValidateAttribute() public method Returns the JavaScript needed for performing client-side validation. You may override this method to return the JavaScript validation code if the validator can support client-side validation. The following JavaScript variables are predefined and can be used in the validation code: attribute: an object describing the the attribute being validated. value: the value being validated. messages: an array used to hold the validation error messages for the

BaseYii powered()

powered() public static method Returns an HTML hyperlink that can be displayed on your Web page showing "Powered by Yii Framework" information. public static string powered ( )return string An HTML hyperlink that can be displayed on your Web page showing "Powered by Yii Framework" information

widgets\ActiveField $errorOptions

$errorOptions public property The default options for the error tags. The parameter passed to error() will be merged with this property when rendering the error tag. The following special options are recognized: tag: the tag name of the container element. Defaults to div. Setting it to false will not render a container tag. See also yii\helpers\Html::tag(). encode: whether to encode the error output. Defaults to true. If you set a custom id for the error element, you may need to adjust th

elasticsearch\Connection getDriverName()

getDriverName() public method Returns the name of the DB driver for the current \yii\elasticsearch\dsn. public string getDriverName ( )return string Name of the DB driver