mongodb\debug\MongoDbPanel canBeExplained()

canBeExplained() public static method Check if given query type can be explained. public static boolean canBeExplained ( $type )$type string Query type

redis\Connection getLuaScriptBuilder()

getLuaScriptBuilder() public method public yii\redis\LuaScriptBuilder getLuaScriptBuilder ( )

mongodb\Collection drop()

drop() public method Drops this collection. public boolean drop ( )return boolean Whether the operation successful. throws yii\mongodb\Exception on failure.

gii\generators\extension\Generator getKeywordsArrayJson()

getKeywordsArrayJson() public method public string getKeywordsArrayJson ( )return string A json encoded array with the given keywords

sphinx\ActiveRecord isTransactional()

isTransactional() public method Returns a value indicating whether the specified operation is transactional in the current $scenario. public boolean isTransactional ( $operation )$operation integer The operation to check. Possible values are OP_INSERT, OP_UPDATE and OP_DELETE. return boolean Whether the specified operation is transactional in the current $scenario.

base\NotSupportedException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

bootstrap\Nav $params

$params public property The parameters used to determine if a menu item is active or not. If not set, it will use $_GET. See also: $route isItemActive() public array $params = null

authclient\clients\LinkedIn initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.

console\controllers\BaseMigrateController beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) It checks the existence of the $migrationPath. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed. throws yii\base\InvalidConfigException if directory specified in migrationPath doesn't exist and action isn't "create".

db\DataReader readAll()

readAll() public method Reads the whole result set into an array. public array readAll ( )return array The result set (each array element represents a row of data). An empty array will be returned if the result contains no row.