gii\generators\crud\Generator $name

$name public read-only property Name of the code generator public string getName ( )

i18n\MessageFormatter $errorCode

$errorCode public read-only property Code of the last error. public string getErrorCode ( )

db\Command bindParam()

bindParam() public method Binds a parameter to the SQL statement to be executed. See also http://www.php.net/manual/en/function.PDOStatement-bindParam.php. public $this bindParam ( $name, &$value, $dataType = null, $length = null, $driverOptions = null )$name string|integer Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed pos

authclient\OAuthToken $expireDurationParamKey

$expireDurationParamKey public property Expire duration param key. public string getExpireDurationParamKey ( )public void setExpireDurationParamKey ( $expireDurationParamKey )

authclient\OAuthToken setParams()

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

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