mongodb\Query aggregate()

aggregate() protected method Performs the aggregation for the given column. protected integer aggregate ( $column, $operator, $db )$column string Column name. $operator string Aggregation operator. $db yii\mongodb\Connection The database connection used to execute the query. return integer Aggregation result.

authclient\clients\LinkedIn defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

mongodb\Command execute()

execute() public method Executes this command. public \MongoDB\Driver\Cursor execute ( )return \MongoDB\Driver\Cursor Result cursor. throws yii\mongodb\Exception on failure.

mail\MessageInterface toString()

toString() public abstract method Returns string representation of this message. public abstract string toString ( )return string The string representation of this message.

faker\FixtureController confirmGeneration()

confirmGeneration() public method Prompts user with message if he confirm generation with given fixture templates files. public boolean confirmGeneration ( $files )$files array

base\InlineAction __construct()

__construct() public method public void __construct ( $id, $controller, $actionMethod, $config = [] )$id string The ID of this action $controller yii\base\Controller The controller that owns this action $actionMethod string The controller method that this inline action is associated with $config array Name-value pairs that will be used to initialize the object properties

db\BatchQueryResult $db

$db public property The DB connection to be used when performing batch query. If null, the "db" application component will be used. public yii\db\Connection $db = null

web\Request $csrfCookie

$csrfCookie public property The configuration for creating the CSRF cookie. This property is used only when both $enableCsrfValidation and $enableCsrfCookie are true. public array $csrfCookie = ['httpOnly' => true]

base\Module beforeAction()

beforeAction() public method This method is invoked right before an action within this module is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code s

web\Request setQueryParams()

setQueryParams() public method Sets the request $queryString parameters. See also: getQueryParam() getQueryParams() public void setQueryParams ( $values )$values array The request query parameters (name-value pairs)