console\controllers\BaseMigrateController options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $actionID )$actionID string The action id of the current request return array The names of the options valid for the action

web\Request resolveRequestUri()

resolveRequestUri() protected method Resolves the request URI portion for the currently requested URL. This refers to the portion that is after the $hostInfo part. It includes the $queryString part if any. The implementation of this method referenced Zend_Controller_Request_Http in Zend Framework. protected string|boolean resolveRequestUri ( )return string|boolean The request URI portion for the currently requested URL. Note that the URI returned is URL-encoded. throws yii\base\Invali

authclient\widgets\AuthChoice $clients

$clients public property Auth providers public yii\authclient\ClientInterface[] getClients ( )public void setClients ( array $clients )

mongodb\Cache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This method should be implemented by child classes to retrieve the data from specific cache storage. protected string|boolean getValue ( $key )$key string A unique key identifying the cached value return string|boolean The value stored in cache, false if the value is not in the cache or expired.

authclient\widgets\AuthChoice setClients()

setClients() public method public void setClients ( array $clients )$clients yii\authclient\ClientInterface[] Auth providers

rest\CreateAction run()

run() public method Creates a new model. public yii\db\ActiveRecordInterface run ( )return yii\db\ActiveRecordInterface The model newly created throws yii\web\ServerErrorHttpException if there is any error when creating the model

i18n\MessageFormatter getErrorCode()

getErrorCode() public method Get the error code from the last operation public string getErrorCode ( )return string Code of the last error.

debug\components\search\matchers\SameAs $partial

$partial public property If partial match should be used. public boolean $partial = false

db\mssql\PDO getAttribute()

getAttribute() public method Retrieve a database connection attribute. It is necessary to override PDO's method as some MSSQL PDO driver (e.g. dblib) does not support getting attributes public mixed getAttribute ( $attribute )$attribute integer One of the PDO::ATTR_* constants. return mixed A successful call returns the value of the requested PDO attribute. An unsuccessful call returns null.

gii\generators\form\Generator generate()

generate() public method Generates the code based on the current user input and the specified code template files. This is the main method that child classes should implement. Please refer to yii\gii\generators\controller\Generator::generate() as an example on how to implement this method. public yii\gii\CodeFile[] generate ( )return yii\gii\CodeFile[] A list of code files to be created.