validators\DateValidator $locale

$locale public property The locale ID that is used to localize the date parsing. This is only effective when the PHP intl extension is installed. If not set, the locale of the formatter will be used. See also yii\i18n\Formatter::$locale. public string $locale = null

authclient\Weibo 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 ( )

caching\TagDependency invalidate()

invalidate() public static method Invalidates all of the cached data items that are associated with any of the specified $tags. public static void invalidate ( $cache, $tags )$cache yii\caching\Cache The cache component that caches the data items $tags string|array

helpers\BaseFileHelper getMimeType()

getMimeType() public static method Determines the MIME type of the specified file. This method will first try to determine the MIME type based on finfo_open. If the fileinfo extension is not installed, it will fall back to getMimeTypeByExtension() when $checkExtension is true. public static string getMimeType ( $file, $magicFile = null, $checkExtension = true )$file string The file name. $magicFile string Name of the optional magic database file (or alias), usually something like /path

authclient\clients\VKontakte $attributeNames

$attributeNames public property (available since version 2.0.4) List of attribute names, which should be requested from API to initialize user attributes. public array $attributeNames = ['uid', 'first_name', 'last_name', 'nickname', 'screen_name', 'sex', 'bdate', 'city', 'country', 'timezone', 'photo']

captcha\Captcha registerClientScript()

registerClientScript() public method Registers the needed JavaScript. public void registerClientScript ( )

authclient\clients\Twitter $requestTokenMethod

$requestTokenMethod public property Request token HTTP method. Request token HTTP method. public string $requestTokenMethod = 'POST'

web\UrlRule $normalizer

$normalizer public property (available since version 2.0.10) The configuration for yii\web\UrlNormalizer used by this rule. If null, yii\web\UrlManager::$normalizer will be used, if false, normalization will be skipped for this rule. public yii\web\UrlNormalizer|array|false|null $normalizer = null

base\Component __call()

__call() public method Calls the named method which is not a class method. This method will check if any attached behavior has the named method and will execute it if available. Do not call this method directly as it is a PHP magic method that will be implicitly called when an unknown method is being invoked. public mixed __call ( $name, $params )$name string The method name $params array Method parameters return mixed The method return value throws yii\base\UnknownMethodException

db\ColumnSchemaBuilder defaultValue()

defaultValue() public method Specify the default value for the column. public $this defaultValue ( $default )$default mixed The default value.