bootstrap\ActiveField $wrapperOptions

$wrapperOptions public property Options for the wrapper tag, used in the {beginWrapper} placeholder public array $wrapperOptions = []

i18n\GettextMessageSource $basePath

$basePath public property public string $basePath = '@app/messages'

sphinx\gii\model\Generator $ns

$ns public property public $ns = 'app\models'

web\Response getIsForbidden()

getIsForbidden() public method public boolean getIsForbidden ( )return boolean Whether this response indicates the current request is forbidden

authclient\signature\HmacSha1 $name

$name public read-only property Method name. public string getName ( )

gii\Generator attributeLabels()

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

sphinx\Query $match

$match public property Text, which should be searched in fulltext mode. This value will be composed into MATCH operator inside the WHERE clause. Note: this value will be processed by yii\sphinx\Connection::escapeMatchValue(), if you need to compose complex match condition use yii\db\Expression, see match() for details. public string|yii\db\Expression $match = null

jui\Tabs run()

run() public method Renders the widget. public void run ( )

base\Module EVENT_AFTER_ACTION

EVENT_AFTER_ACTION event of type yii\base\ActionEvent An event raised after executing a controller action.

authclient\signature\HmacSha1 getName()

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