Class kartik\dynagrid\models\DynaGridSettings

Inheritancekartik\dynagrid\models\DynaGridSettings » yii\base\Model » yii\base\Component » yii\base\BaseObject
ImplementsArrayAccess, IteratorAggregate, yii\base\Arrayable, yii\base\Configurable, yii\base\StaticInstanceInterface
Uses Traitsyii\base\ArrayableTrait, yii\base\StaticInstanceTrait
Available since version1.0

Model for the dynagrid filter or sort configuration

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$activeValidators yii\validators\Validator[] The validators applicable to the current $scenario. yii\base\Model
$attributes array Attribute values (name => value). yii\base\Model
$behaviors yii\base\Behavior[] List of behaviors attached to this component. yii\base\Component
$category string The dynagrid category (FILTER or SORT) kartik\dynagrid\models\DynaGridSettings
$data array The available list of values data for the specified dynagrid detail category (FILTER or SORT) kartik\dynagrid\models\DynaGridSettings
$dataConfig string kartik\dynagrid\models\DynaGridSettings
$dbUpdateNameOnly boolean Whether to update only the name, when editing and saving a filter or sort. kartik\dynagrid\models\DynaGridSettings
$dtlList array kartik\dynagrid\models\DynaGridSettings
$dynaGridId string The dynagrid widget id identifier kartik\dynagrid\models\DynaGridSettings
$errors array Errors for all attributes or the specified attribute. Empty array is returned if no error. See getErrors() for detailed description. Note that when returning errors for all attributes, the result is a two-dimensional array, like the following: `php [ 'username' => [ 'Username is required.', 'Username must contain only word characters.', ], 'email' => [ 'Email address is invalid.', ] ] ` . yii\base\Model
$firstErrors array The first errors. The array keys are the attribute names, and the array values are the corresponding error messages. An empty array will be returned if there is no error. yii\base\Model
$hashSignature string The hashed signature output kartik\dynagrid\models\DynaGridSettings
$iterator ArrayIterator An iterator for traversing the items in the list. yii\base\Model
$key string The key for the dynagrid category (FILTER or SORT) kartik\dynagrid\models\DynaGridSettings
$moduleId string The module identifier if this object is part of a module. kartik\dynagrid\models\DynaGridSettings
$name string The dynagrid detail setting name kartik\dynagrid\models\DynaGridSettings
$scenario string The scenario that this model is in. Defaults to SCENARIO_DEFAULT. yii\base\Model
$settingsId string The identifier the dynagrid detail kartik\dynagrid\models\DynaGridSettings
$storage string The dynagrid detail storage type kartik\dynagrid\models\DynaGridSettings
$store kartik\dynagrid\DynaGridStore kartik\dynagrid\models\DynaGridSettings
$userSpecific boolean Whether the storage is user specific kartik\dynagrid\models\DynaGridSettings
$validators ArrayObject|yii\validators\Validator[] All the validators declared in the model. yii\base\Model

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$_module kartik\dynagrid\Module The Dynagrid module kartik\dynagrid\models\DynaGridSettings

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Calls the named method which is not a class method. yii\base\Component
__clone() This method is called after the object is created by cloning an existing one. yii\base\Model
__construct() Constructor. yii\base\BaseObject
__get() Returns the value of a component property. yii\base\Component
__isset() Checks if a property is set, i.e. defined and not null. yii\base\Component
__set() Sets the value of a component property. yii\base\Component
__unset() Sets a component property to be null. yii\base\Component
activeAttributes() Returns the attribute names that are subject to validation in the current scenario. yii\base\Model
addError() Adds a new error to the specified attribute. yii\base\Model
addErrors() Adds a list of errors. yii\base\Model
afterValidate() This method is invoked after validation ends. yii\base\Model
attachBehavior() Attaches a behavior to this component. yii\base\Component
attachBehaviors() Attaches a list of behaviors to the component. yii\base\Component
attributeHints() Returns the attribute hints. yii\base\Model
attributeLabels() Returns the attribute labels. kartik\dynagrid\models\DynaGridSettings
attributes() Returns the list of attribute names. yii\base\Model
beforeValidate() This method is invoked before validation starts. yii\base\Model
behaviors() Returns a list of behaviors that this component should behave as. yii\base\Component
canGetProperty() Returns a value indicating whether a property can be read. yii\base\Component
canSetProperty() Returns a value indicating whether a property can be set. yii\base\Component
className() Returns the fully qualified name of this class. yii\base\BaseObject
clearErrors() Removes errors for all attributes or a single attribute. yii\base\Model
createValidators() Creates validator objects based on the validation rules specified in rules(). yii\base\Model
deleteSettings() Deletes grid configuration settings from store kartik\dynagrid\models\DynaGridSettings
detachBehavior() Detaches a behavior from the component. yii\base\Component
detachBehaviors() Detaches all behaviors from the component. yii\base\Component
ensureBehaviors() Makes sure that the behaviors declared in behaviors() are attached to this component. yii\base\Component
extraFields() Returns the list of fields that can be expanded further and returned by toArray(). yii\base\ArrayableTrait
fetchSettings() Fetches grid configuration settings from store kartik\dynagrid\models\DynaGridSettings
fields() Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. yii\base\ArrayableTrait
formName() Returns the form name that this model class should use. yii\base\Model
generateAttributeLabel() Generates a user friendly attribute label based on the give attribute name. yii\base\Model
getActiveValidators() Returns the validators applicable to the current $scenario. yii\base\Model
getAttributeHint() Returns the text hint for the specified attribute. yii\base\Model
getAttributeLabel() Returns the text label for the specified attribute. yii\base\Model
getAttributes() Returns attribute values. yii\base\Model
getBehavior() Returns the named behavior object. yii\base\Component
getBehaviors() Returns all behaviors attached to this component. yii\base\Component
getDataConfig() Gets data configuration as a HTML list markup kartik\dynagrid\models\DynaGridSettings
getDtlList() Gets list of values (for filter or sort category) kartik\dynagrid\models\DynaGridSettings
getErrorSummary() Returns the errors for all attributes as a one-dimensional array. yii\base\Model
getErrors() Returns the errors for all attributes or a single attribute. yii\base\Model
getFirstError() Returns the first error of the specified attribute. yii\base\Model
getFirstErrors() Returns the first error of every attribute in the model. yii\base\Model
getHashSignature() Gets a hashed signature for specific attribute data passed between server and client kartik\dynagrid\models\DynaGridSettings
getIterator() yii\base\Model
getScenario() Returns the scenario that this model is used in. yii\base\Model
getStore() Gets the DynaGridStore configuration instance kartik\dynagrid\models\DynaGridSettings
getValidators() Returns all the validators declared in rules(). yii\base\Model
hasErrors() Returns a value indicating whether there is any validation error. yii\base\Model
hasEventHandlers() Returns a value indicating whether there is any handler attached to the named event. yii\base\Component
hasMethod() Returns a value indicating whether a method is defined. yii\base\Component
hasProperty() Returns a value indicating whether a property is defined for this component. yii\base\Component
init() Initializes the object. yii\base\BaseObject
instance() Returns static class instance, which can be used to obtain meta information. yii\base\StaticInstanceTrait
isAttributeActive() Returns a value indicating whether the attribute is active in the current scenario. yii\base\Model
isAttributeRequired() Returns a value indicating whether the attribute is required. yii\base\Model
isAttributeSafe() Returns a value indicating whether the attribute is safe for massive assignments. yii\base\Model
load() Populates the model with input data. yii\base\Model
loadMultiple() Populates a set of models with the data from end user. yii\base\Model
off() Detaches an existing event handler from this component. yii\base\Component
offsetExists() yii\base\Model
offsetGet() yii\base\Model
offsetSet() yii\base\Model
offsetUnset() yii\base\Model
on() Attaches an event handler to an event. yii\base\Component
onUnsafeAttribute() This method is invoked when an unsafe attribute is being massively assigned. yii\base\Model
rules() Returns the validation rules for attributes. kartik\dynagrid\models\DynaGridSettings
safeAttributes() Returns the attribute names that are safe to be massively assigned in the current scenario. yii\base\Model
saveSettings() Saves grid configuration settings to store kartik\dynagrid\models\DynaGridSettings
scenarios() Returns a list of scenarios and the corresponding active attributes. yii\base\Model
setAttributes() Sets the attribute values in a massive way. yii\base\Model
setScenario() Sets the scenario for the model. yii\base\Model
toArray() Converts the model into an array. yii\base\ArrayableTrait
trigger() Triggers an event. yii\base\Component
validate() Performs the data validation. yii\base\Model
validateMultiple() Validates multiple models. yii\base\Model
validateSignature() Validate signature of the hashed data submitted via hidden fields from the filter/sort update form kartik\dynagrid\models\DynaGridSettings

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
extractFieldsFor() Extract nested fields from a fields collection for a given root field Nested fields are separated with dots (.). e.g: "item.id" The previous example would extract "id". yii\base\ArrayableTrait
extractRootFields() Extracts the root field names from nested fields. yii\base\ArrayableTrait
getModule() Returns the Dynagrid module instance kartik\dynagrid\models\DynaGridSettings
resolveFields() Determines which fields can be returned by toArray(). yii\base\ArrayableTrait

Events

Hide inherited events

EventTypeDescriptionDefined By
EVENT_AFTER_VALIDATE yii\base\Event An event raised at the end of validate() yii\base\Model
EVENT_BEFORE_VALIDATE yii\base\ModelEvent An event raised at the beginning of validate(). yii\base\Model

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
SCENARIO_DEFAULT 'default' The name of the default scenario. yii\base\Model

Property Details

$_module protected property

The Dynagrid module

$category public property

The dynagrid category (FILTER or SORT)

public string $category null
$data public property

The available list of values data for the specified dynagrid detail category (FILTER or SORT)

public array $data null
$dataConfig public read-only property
$dbUpdateNameOnly public property

Whether to update only the name, when editing and saving a filter or sort. This is applicable only for $storage set to Dynagrid::TYPE_DB. If set to false, it will also overwrite the current filter or sort settings.

public boolean $dbUpdateNameOnly false
$dtlList public read-only property
public array getDtlList ( )
$dynaGridId public property

The dynagrid widget id identifier

public string $dynaGridId null
$hashSignature public read-only property

The hashed signature output

public string getHashSignature ( $attribs = [] )
$key public property

The key for the dynagrid category (FILTER or SORT)

public string $key null
$moduleId public property

The module identifier if this object is part of a module. If not set, the module identifier will be auto derived based on the \yii\base\Module::getInstance method. This can be useful, if you are setting multiple module identifiers for the same module in your Yii configuration file. To specify children or grand children modules you can specify the module identifiers relative to the parent module (e.g. admin/content).

public string $moduleId null
$name public property

The dynagrid detail setting name

public string $name null
$settingsId public property

The identifier the dynagrid detail

public string $settingsId null
$storage public property

The dynagrid detail storage type

public string $storage null
$store public read-only property
$userSpecific public property

Whether the storage is user specific

public boolean $userSpecific null

Method Details

attributeLabels() public method

Returns the attribute labels.

Attribute labels are mainly used for display purpose. For example, given an attribute firstName, we can declare a label First Name which is more user-friendly and can be displayed to end users.

By default an attribute label is generated using generateAttributeLabel(). This method allows you to explicitly specify attribute labels.

Note, in order to inherit labels defined in the parent class, a child class needs to merge the parent labels with child labels using functions such as array_merge().

public array attributeLabels ( )
return array

Attribute labels (name => label)

deleteSettings() public method

Deletes grid configuration settings from store

public void deleteSettings ( )
fetchSettings() public method

Fetches grid configuration settings from store

public array|boolean|string|null fetchSettings ( )
throws yii\base\InvalidConfigException
getDataConfig() public method

Gets data configuration as a HTML list markup

public string getDataConfig ( )
throws yii\base\InvalidConfigException
getDtlList() public method

Gets list of values (for filter or sort category)

public array getDtlList ( )
throws yii\base\InvalidConfigException
getHashSignature() public method

Gets a hashed signature for specific attribute data passed between server and client

public string getHashSignature ( $attribs = [] )
$attribs array

The list of attributes whose data is to be hashed

return string

The hashed signature output

throws yii\base\InvalidConfigException
getModule() protected method

Returns the Dynagrid module instance

protected kartik\dynagrid\Module getModule ( )
throws yii\base\InvalidConfigException
getStore() public method

Gets the DynaGridStore configuration instance

public kartik\dynagrid\DynaGridStore getStore ( )
rules() public method

Returns the validation rules for attributes.

Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules.

Each rule is an array with the following structure:

[
    ['attribute1', 'attribute2'],
    'validator type',
    'on' => ['scenario1', 'scenario2'],
    //...other parameters...
]

where

  • attribute list: required, specifies the attributes array to be validated, for single attribute you can pass a string;
  • validator type: required, specifies the validator to be used. It can be a built-in validator name, a method name of the model class, an anonymous function, or a validator class name.
  • on: optional, specifies the scenarios array in which the validation rule can be applied. If this option is not set, the rule will apply to all scenarios.
  • additional name-value pairs can be specified to initialize the corresponding validator properties. Please refer to individual validator class API for possible properties.

A validator can be either an object of a class extending yii\validators\Validator, or a model class method (called inline validator) that has the following signature:

// $params refers to validation parameters given in the rule
function validatorName($attribute, $params)

In the above $attribute refers to the attribute currently being validated while $params contains an array of validator configuration options such as max in case of string validator. The value of the attribute currently being validated can be accessed as $this->$attribute. Note the $ before attribute; this is taking the value of the variable $attribute and using it as the name of the property to access.

Yii also provides a set of built-in validators. Each one has an alias name which can be used when specifying a validation rule.

Below are some examples:

[
    // built-in "required" validator
    [['username', 'password'], 'required'],
    // built-in "string" validator customized with "min" and "max" properties
    ['username', 'string', 'min' => 3, 'max' => 12],
    // built-in "compare" validator that is used in "register" scenario only
    ['password', 'compare', 'compareAttribute' => 'password2', 'on' => 'register'],
    // an inline validator defined via the "authenticate()" method in the model class
    ['password', 'authenticate', 'on' => 'login'],
    // a validator of class "DateRangeValidator"
    ['dateRange', 'DateRangeValidator'],
];

Note, in order to inherit rules defined in the parent class, a child class needs to merge the parent rules with child rules using functions such as array_merge().

public array rules ( )
return array

Validation rules

saveSettings() public method

Saves grid configuration settings to store

public void saveSettings ( )
validateSignature() public method

Validate signature of the hashed data submitted via hidden fields from the filter/sort update form

public boolean|string validateSignature ( $hashData '', $attribs = [] )
$hashData string

The hashed data to match

$attribs array

The list of attributes against which data hashed is to be validated

return boolean|string

Returns true if valid else the validation error message

throws yii\base\InvalidConfigException