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

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'

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'

authclient\OAuthToken setParams()

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

debug\panels\LogPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

mongodb\file\Query $collection

$collection public read-only property Collection instance. public yii\mongodb\file\Collection getCollection ( $db = null )

bootstrap\ActiveField $wrapperOptions

$wrapperOptions public property Options for the wrapper tag, used in the {beginWrapper} placeholder public array $wrapperOptions = []

gii\GiiAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/gii/assets'

web\Response getIsForbidden()

getIsForbidden() public method public boolean getIsForbidden ( )return boolean Whether this response indicates the current request is forbidden

authclient\signature\HmacSha1 $name

$name public read-only property Method name. public string getName ( )