test\ArrayFixture load()

load() public method Loads the fixture. The default implementation simply stores the data returned by getData() in $data. You should usually override this method by putting the data into the underlying database. public void load ( )

console\controllers\FixtureController $defaultAction

$defaultAction public property Controller default action ID. public string $defaultAction = 'load'

captcha\CaptchaAction $height

$height public property The height of the generated CAPTCHA image. Defaults to 50. public integer $height = 50

bootstrap\ButtonDropdown $containerOptions

$containerOptions public property (available since version 2.0.1) The HTML attributes for the container tag. The following special options are recognized: tag: string, defaults to "div", the name of the container tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $containerOptions = []

web\AssetConverter runCommand()

runCommand() protected method Runs a command to convert asset files. protected boolean runCommand ( $command, $basePath, $asset, $result )$command string The command to run. If prefixed with an @ it will be treated as a path alias. $basePath string Asset base path and command working directory $asset string The name of the asset file $result string The name of the file to be generated by the converter command return boolean True on success, false on failure. Failures will be logg

helpers\BaseFileHelper copyDirectory()

copyDirectory() public static method Copies a whole directory as another one. The files and sub-directories will also be copied over. public static void copyDirectory ( $src, $dst, $options = [] )$src string The source directory $dst string The destination directory $options array Options for directory copy. Valid options are: dirMode: integer, the permission to be set for newly copied directories. Defaults to 0775. fileMode: integer, the permission to be set for newly copied files.

web\AssetBundle $publishOptions

$publishOptions public property The options to be passed to yii\web\AssetManager::publish() when the asset bundle is being published. This property is used only when $sourcePath is set. public array $publishOptions = []

authclient\widgets\AuthChoiceStyleAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/authclient/assets'

sphinx\QueryBuilder generateInsertReplace()

generateInsertReplace() protected method Generates INSERT/REPLACE SQL statement. protected string generateInsertReplace ( $statement, $index, $columns, &$params )$statement string Statement ot be generated. $index string The affected index name. $columns array The column data (name => value). $params array The binding parameters that will be generated by this method. return string Generated SQL

db\cubrid\ColumnSchemaBuilder buildCommentString()

buildCommentString() protected method Builds the comment specification for the column. protected string buildCommentString ( )return string A string containing the COMMENT keyword and the comment itself