authclient\widgets\GooglePlusButton $buttonHtmlOptions

$buttonHtmlOptions public property Button tag HTML options, which will be merged with the default ones. public array $buttonHtmlOptions = []

mongodb\gii\model\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

authclient\OAuthToken getIsValid()

getIsValid() public method Checks if token is valid. public boolean getIsValid ( )return boolean Is token valid.

authclient\AuthAction $clientCollection

$clientCollection public property Name of the auth client collection application component. It should point to yii\authclient\Collection instance. public string $clientCollection = 'authClientCollection'

web\Response $content

$content public property The response content. When $data is not null, it will be converted into $content according to $format when the response is being sent out. See also $data. public string $content = null

mongodb\console\controllers\MigrateController $migrationCollection

$migrationCollection public property The name of the collection for keeping applied migration information. public string|array $migrationCollection = 'migration'

base\ExitException $statusCode

$statusCode public property The exit status code public integer $statusCode = null

authclient\signature\PlainText $name

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

console\controllers\AssetController $jsCompressor

$jsCompressor public property JavaScript file compressor. If a string, it is treated as shell command template, which should contain placeholders {from} - source file name - and {to} - output file name. Otherwise, it is treated as PHP callback, which should perform the compression. Default value relies on usage of "Closure Compiler" See also https://developers.google.com/closure/compiler/. public string|callable $jsCompressor = 'java -jar compiler.jar --js {from} --js_output_file {to}'

console\controllers\BaseMigrateController actionMark()

actionMark() public method Modifies the migration history to the specified version. No actual migration will be performed. yii migrate/mark 101129_185401 # using timestamp yii migrate/mark m101129_185401_create_user_table # using full name yii migrate/to app\migrations\M101129185401CreateUser # using full namespace name public integer actionMark ( $version )$version string The version at which the migration history should be marked. This can be either the time