gii\console\GenerateController __get()

__get() public method Returns the value of a component property. This method will check in the following order and act accordingly: a property defined by a getter: return the getter result a property of a behavior: return the behavior property value Do not call this method directly as it is a PHP magic method that will be implicitly called when executing $value = $component->property;. public mixed __get ( $name )$name string The property name return mixed The property value or the

elasticsearch\ActiveRecord type()

type() public static method public static string type ( )return string The name of the type of this record.

gii\console\GenerateController getActionArgsHelp()

getActionArgsHelp() public method Returns the help information for the anonymous arguments for the action. The returned value should be an array. The keys are the argument names, and the values are the corresponding help information. Each value must be an array of the following structure: required: boolean, whether this argument is required. type: string, the PHP type of this argument. default: string, the default value of this argument comment: string, the comment of this argument The defa

jui\InputWidget $value

$value public property The input value. public string $value = null

web\Cookie $httpOnly

$httpOnly public property Whether the cookie should be accessible only through the HTTP protocol. By setting this property to true, the cookie will not be accessible by scripting languages, such as JavaScript, which can effectively help to reduce identity theft through XSS attacks. public boolean $httpOnly = true

authclient\clients\Facebook defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

filters\ContentNegotiator isLanguageSupported()

isLanguageSupported() protected method Returns a value indicating whether the requested language matches the supported language. protected boolean isLanguageSupported ( $requested, $supported )$requested string The requested language code $supported string The supported language code return boolean Whether the requested language is supported

base\NotSupportedException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

widgets\MaskedInput $aliases

$aliases public property Custom aliases to use. Should be configured as maskAlias => settings, where maskAlias is a string containing a text to identify your mask alias definition (e.g. 'phone') and settings is an array containing settings for the mask symbol, exactly similar to parameters as passed in $clientOptions. public array $aliases = null

di\Container hasSingleton()

hasSingleton() public method Returns a value indicating whether the given name corresponds to a registered singleton. public boolean hasSingleton ( $class, $checkInstance = false )$class string Class name, interface name or alias name $checkInstance boolean Whether to check if the singleton has been instantiated. return boolean Whether the given name corresponds to a registered singleton. If $checkInstance is true, the method should return a value indicating whether the singleton has