console\Application loadConfig()

loadConfig() protected method Loads the configuration. This method will check if the command line option OPTION_APPCONFIG is specified. If so, the corresponding file will be loaded as the application configuration. Otherwise, the configuration provided as the parameter will be returned back. protected array loadConfig ( $config )$config array The configuration provided in the constructor. return array The actual configuration to be used by the application.

base\DynamicModel __construct()

__construct() public method Constructors. public void __construct ( array $attributes = [], $config = [] )$attributes array The dynamic attributes (name-value pairs, or names) being defined $config array The configuration array to be applied to this object.

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'

rest\Serializer $totalCountHeader

$totalCountHeader public property The name of the HTTP header containing the information about total number of data items. This is used when serving a resource collection with pagination. public string $totalCountHeader = 'X-Pagination-Total-Count'

base\DynamicModel __unset()

__unset() public method Sets a component property to be null. This method will check in the following order and act accordingly: a property defined by a setter: set the property value to be null a property of a behavior: set the property value to be null Do not call this method directly as it is a PHP magic method that will be implicitly called when executing unset($component->property). public void __unset ( $name )$name string The property name throws yii\base\InvalidCallException

grid\DataColumn $attribute

$attribute public property The attribute name associated with this column. When neither $content nor $value is specified, the value of the specified attribute will be retrieved from each data model and displayed. Also, if $label is not specified, the label associated with the attribute will be displayed. public string $attribute = null

validators\ImageValidator getClientOptions()

getClientOptions() protected method Returns the client-side validation options. protected array getClientOptions ( $model, $attribute )$model yii\base\Model The model being validated $attribute string The attribute name being validated return array The client-side validation options

web\Request getIsAjax()

getIsAjax() public method Returns whether this is an AJAX (XMLHttpRequest) request. Note that jQuery doesn't set the header in case of cross domain requests: https://stackoverflow.com/questions/8163703/cross-domain-ajax-doesnt-send-x-requested-with-header public boolean getIsAjax ( )return boolean Whether this is an AJAX (XMLHttpRequest) request.

redis\Connection $hostname

$hostname public property The hostname or ip address to use for connecting to the redis server. Defaults to 'localhost'. If $unixSocket is specified, hostname and port will be ignored. public string $hostname = 'localhost'

jui\Widget $options

$options public property The HTML attributes for the widget container tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []