authclient\OAuthToken setParams()

setParams() public method public void setParams ( array $params )$params array

widgets\ActiveForm $fieldClass

$fieldClass public property The default field class name when calling field() to create a new field. See also $fieldConfig. public string $fieldClass = 'yii\widgets\ActiveField'

base\Security $macHash

$macHash public property Hash algorithm for message authentication. Recommend sha256, sha384 or sha512. See also \yii\base\hash_algos(). public string $macHash = 'sha256'

web\Request getUserIP()

getUserIP() public method Returns the user IP address. public string|null getUserIP ( )return string|null User IP address, null if not available

filters\PageCache $variations

$variations public property List of factors that would cause the variation of the content being cached. Each factor is a string representing a variation (e.g. the language, a GET parameter). The following variation setting will cause the content to be cached in different versions according to the current application language: [ Yii::$app->language, ] public array $variations = null

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

helpers\BaseFormatConverter $phpFallbackDatePatterns

$phpFallbackDatePatterns public static property The php fallback definition to use for the ICU short patterns short, medium, long and full. This is used as fallback when the intl extension is not installed. public static array $phpFallbackDatePatterns = ['short' => ['date' => 'n/j/y', 'time' => 'H:i', 'datetime' => 'n/j/y H:i'], 'medium' => ['date' => 'M j, Y', 'time' => 'g:i:s A', 'datetime' => 'M j, Y g:i:s A'], 'long' => ['date' => 'F j, Y', 'time' => 'g

web\UploadedFile __toString()

__toString() public method String output. This is PHP magic method that returns string representation of an object. The implementation here returns the uploaded file's name. public string __toString ( )return string The string representation of the object

mongodb\Collection $name

$name public property Name of this collection. public string $name = null

web\Response EVENT_BEFORE_SEND

EVENT_BEFORE_SEND event of type \yii\web\ResponseEvent An event that is triggered at the beginning of send().