test\Fixture afterLoad()

afterLoad() public method This method is called AFTER all fixture data have been loaded for the current test. public void afterLoad ( )

mongodb\rbac\Permission $parents

$parents public property List of parent item names. public array|null $parents = null

sphinx\MatchExpression $match

$match public property MATCH expression. For example: ['title' => 'Yii', 'content' => 'Sphinx']. Note: being specified as a plain string this value will not be quoted or escaped, do not pass possible unsecured values (like the ones obtained from HTTP request) as a direct value. See also match(). public string|array|yii\db\Expression $match = null

sphinx\MatchBuilder $db

$db public property The Sphinx connection. public yii\sphinx\Connection $db = null

sphinx\IndexSchema $columnNames

$columnNames public read-only property List of column names public array getColumnNames ( )

sphinx\IndexSchema $columns

$columns public property Column metadata of this index. Each array element is a yii\sphinx\ColumnSchema object, indexed by column names. public yii\sphinx\ColumnSchema[] $columns = []

base\Application $authManager

$authManager public read-only property The auth manager application component. Null is returned if auth manager is not configured. public yii\rbac\ManagerInterface getAuthManager ( )

debug\LogTarget export()

export() public method Exports log messages to a specific destination. Child classes must implement this method. public void export ( )

di\ServiceLocator clear()

clear() public method Removes the component from the locator. public void clear ( $id )$id string The component ID

rest\Serializer $linksEnvelope

$linksEnvelope public property (available since version 2.0.4) The name of the envelope (e.g. _links) for returning the links objects. It takes effect only, if collectionEnvelope is set. public string $linksEnvelope = '_links'