widgets\MaskedInput initClientOptions()

initClientOptions() protected method Initializes client options protected void initClientOptions ( )

base\Object __get()

__get() public method Returns the value of an object property. Do not call this method directly as it is a PHP magic method that will be implicitly called when executing $value = $object->property;. See also __set(). public mixed __get ( $name )$name string The property name return mixed The property value throws yii\base\UnknownPropertyException if the property is not defined throws yii\base\InvalidCallException if the property is write-only

widgets\FragmentCache $duration

$duration public property Number of seconds that the data can remain valid in cache. Use 0 to indicate that the cached data will never expire. public integer $duration = 60

gii\generators\form\Generator stickyAttributes()

stickyAttributes() public method Returns the list of sticky attributes. A sticky attribute will remember its value and will initialize the attribute with this value when the generator is restarted. public array stickyAttributes ( )return array List of sticky attributes

web\Request $csrfTokenFromHeader

$csrfTokenFromHeader public read-only property The CSRF token sent via CSRF_HEADER by browser. Null is returned if no such header is sent. public string getCsrfTokenFromHeader ( )

authclient\signature\PlainText getName()

getName() public method Return the canonical name of the Signature Method. public string getName ( )return string Method name.

authclient\AuthAction redirect()

redirect() public method Redirect to the given URL or simply close the popup window. public yii\web\Response redirect ( $url, $enforceRedirect = true )$url mixed URL to redirect, could be a string or array config to generate a valid URL. $enforceRedirect boolean Indicates if redirect should be performed even in case of popup window. return yii\web\Response Response instance.

authclient\BaseOAuth composeUrl()

composeUrl() protected method Composes URL from base URL and GET params. protected string composeUrl ( $url, array $params = [] )$url string Base URL. $params array GET params. return string Composed URL.

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'

authclient\signature\RsaSha1 $publicCertificate

$publicCertificate public property Public key certificate content. public string getPublicCertificate ( )public void setPublicCertificate ( $publicCertificate )