sphinx\gii\model\Generator getDbConnection()

getDbConnection() protected method protected yii\sphinx\Connection getDbConnection ( )return yii\sphinx\Connection The Sphinx connection as specified by $db.

validators\ImageValidator $overHeight

$overHeight public property The error message used when the image is over $maxHeight. You may use the following tokens in the message: {attribute}: the attribute name {file}: the uploaded file name {limit}: the value of $maxHeight public string $overHeight = null

db\cubrid\Schema createColumnSchemaBuilder()

createColumnSchemaBuilder() public method Create a column schema builder instance giving the type and value precision. This method may be overridden by child classes to create a DBMS-specific column schema builder. public yii\db\ColumnSchemaBuilder createColumnSchemaBuilder ( $type, $length = null )$type string Type of the column. See yii\db\cubrid\ColumnSchemaBuilder::$type. $length integer|string|array Length or precision of the column. See yii\db\cubrid\ColumnSchemaBuilder::$lengt

validators\ImageValidator $underWidth

$underWidth public property The error message used when the image is under $minWidth. You may use the following tokens in the message: {attribute}: the attribute name {file}: the uploaded file name {limit}: the value of $minWidth public string $underWidth = null

validators\RangeValidator $allowArray

$allowArray public property Whether to allow array type attribute. public boolean $allowArray = false

authclient\OAuthToken setTokenSecret()

setTokenSecret() public method Sets the token secret value. public void setTokenSecret ( $tokenSecret )$tokenSecret string Token secret.

web\Controller bindActionParams()

bindActionParams() public method Binds the parameters to the action. This method is invoked by yii\base\Action when it begins to run with the given parameters. This method will check the parameter names that the action requires and return the provided parameters according to the requirement. If there is any missing parameter, an exception will be thrown. public array bindActionParams ( $action, $params )$action yii\base\Action The action to be bound with parameters $params array The pa

gii\TypeAheadAsset $depends

$depends public property public $depends = ['yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapPluginAsset']

debug\panels\RequestPanel getName()

getName() public method public string getName ( )return string Name of the panel

authclient\signature\RsaSha1 $privateCertificate

$privateCertificate public property Private key certificate content. public string getPrivateCertificate ( )public void setPrivateCertificate ( $privateCertificate )