web\Request $isDelete

$isDelete public read-only property Whether this is a DELETE request. public boolean getIsDelete ( )

mongodb\Connection $manager

$manager public property (available since version 2.1) MongoDB driver manager. public \MongoDB\Driver\Manager $manager = null

base\Controller $module

$module public property The module that this controller belongs to. public yii\base\Module $module = null

base\Controller EVENT_AFTER_ACTION

EVENT_AFTER_ACTION event of type yii\base\ActionEvent An event raised right after executing a controller action.

authclient\widgets\GooglePlusButton $callback

$callback public property Callback JavaScript function name or URL config. public string getCallback ( )public void setCallback ( $callback )

authclient\OAuth1 signRequest()

signRequest() protected method Sign request with $signatureMethod. protected array signRequest ( $method, $url, array $params )$method string Request method. $url string Request URL. $params array Request params. return array Signed request params.

rest\Serializer $preserveKeys

$preserveKeys public property (available since version 2.0.10) Whether to preserve array keys when serializing collection data. Set this to true to allow serialization of a collection as a JSON object where array keys are used to index the model objects. The default is to serialize all collections as array, regardless of how the array is indexed. See also serializeDataProvider(). public boolean $preserveKeys = false

base\Action afterRun()

afterRun() protected method This method is called right after run() is executed. You may override this method to do post-processing work for the action run. protected void afterRun ( )

mongodb\file\Collection find()

find() public method Returns a cursor for the search results. In order to perform "find" queries use yii\mongodb\file\Query class. public yii\mongodb\file\Cursor find ( $condition = [], $fields = [], $options = [] )$condition array Query condition $fields array Fields to be selected $options array Query options (available since 2.1). return yii\mongodb\file\Cursor Cursor for the search results

swiftmailer\Message $replyTo

$replyTo public property The reply-to address of this message. public string getReplyTo ( )public $this setReplyTo ( $replyTo )