mongodb\rbac\MongoDbManager removeAll()

removeAll() public method Removes all authorization data, including roles, permissions, rules, and assignments. public void removeAll ( )

jui\DatePicker $language

$language public property The locale ID (e.g. 'fr', 'de', 'en-GB') for the language to be used by the date picker. If this property is empty, then the current application language will be used. Since version 2.0.2 a fallback is used if the application language includes a locale part (e.g. de-DE) and the language file does not exist, it will fall back to using de. public string $language = null

db\QueryBuilder dropIndex()

dropIndex() public method Builds a SQL statement for dropping an index. public string dropIndex ( $name, $table )$name string The name of the index to be dropped. The name will be properly quoted by the method. $table string The table whose index is to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping an index.

helpers\BaseArrayHelper multisort()

multisort() public static method Sorts an array of objects or arrays (with the same structure) by one or several keys. public static void multisort ( &$array, $key, $direction = SORT_ASC, $sortFlag = SORT_REGULAR )$array array The array to be sorted. The array will be modified after calling this method. $key string|Closure|array The key(s) to be sorted by. This refers to a key name of the sub-array elements, a property name of the objects, or an anonymous function returning the v

mongodb\Migration composeCollectionLogName()

composeCollectionLogName() protected method Composes string representing collection name. protected string composeCollectionLogName ( $collection )$collection array|string Collection name. return string Collection name.

base\Component canGetProperty()

canGetProperty() public method Returns a value indicating whether a property can be read. A property can be read if: the class has a getter method associated with the specified name (in this case, property name is case-insensitive); the class has a member variable with the specified name (when $checkVars is true); an attached behavior has a readable property of the given name (when $checkBehaviors is true). See also canSetProperty(). public boolean canGetProperty ( $name, $checkVars = tru

mail\MessageInterface getReplyTo()

getReplyTo() public abstract method Returns the reply-to address of this message. public abstract string getReplyTo ( )return string The reply-to address of this message.

mongodb\ActiveFixture resetCollection()

resetCollection() protected method Removes all existing data from the specified collection and resets sequence number if any. This method is called before populating fixture data into the collection associated with this fixture. protected void resetCollection ( )

console\controllers\FixtureController $namespace

$namespace public property Default namespace to search fixtures in public string $namespace = 'tests\unit\fixtures'

sphinx\ActiveDataProvider prepareTotalCount()

prepareTotalCount() protected method Returns a value indicating the total number of data models in this data provider. protected integer prepareTotalCount ( )return integer Total number of data models in this data provider.