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

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

base\Behavior $owner

$owner public property The owner of this behavior public yii\base\Component $owner = null

elasticsearch\ActiveFixture resetIndex()

resetIndex() protected method Removes all existing data from the specified index and type. This method is called before populating fixture data into the index associated with this fixture. protected void resetIndex ( )