gii\generators\crud\Generator getSearchAttributes()

getSearchAttributes() public method public array getSearchAttributes ( )return array Searchable attributes

console\Request getParams()

getParams() public method Returns the command line arguments. public array getParams ( )return array The command line arguments. It does not include the entry script name.

validators\IpValidator validateIPv4()

validateIPv4() protected method Validates IPv4 address protected boolean validateIPv4 ( $value )$value string

base\Module getModules()

getModules() public method Returns the sub-modules in this module. public array getModules ( $loadedOnly = false )$loadedOnly boolean Whether to return the loaded sub-modules only. If this is set false, then all sub-modules registered in this module will be returned, whether they are loaded or not. Loaded modules will be returned as objects, while unloaded modules as configuration arrays. return array The modules (indexed by their IDs).

bootstrap\Tabs renderDropdown()

renderDropdown() protected method Normalizes dropdown item options by removing tab specific keys content and contentOptions, and also configure panes accordingly. protected boolean renderDropdown ( $itemNumber, &$items, &$panes )$itemNumber string Number of the item $items array The dropdown items configuration. $panes array The panes reference array. return boolean Whether any of the dropdown items is active or not. throws yii\base\InvalidConfigException

widgets\Pjax requiresPjax()

requiresPjax() protected method protected boolean requiresPjax ( )return boolean Whether the current request requires pjax response from this widget

bootstrap\Nav $encodeLabels

$encodeLabels public property Whether the nav items labels should be HTML-encoded. public boolean $encodeLabels = true

authclient\clients\GoogleOpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = 'https://www.google.com/accounts/o8/id'

authclient\BaseOAuth setState()

setState() protected method Sets persistent state. protected $this setState ( $key, $value )$key string State key. $value mixed State value return $this The object itself

validators\BooleanValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou