Property | Type | Description | |
---|---|---|---|
$_db | Horde_Db_Adapter | Database adapter | |
$_tables | array | Tables |
Method | Description | |
---|---|---|
__construct ( Horde_Db_Adapter $db ) | ||
ensureUsers ( array $users ) : array | Ensure that an array of users exist in storage. Create any that don't, return user_ids for all. | |
toDriver ( $value ) |
Method | Description | |
---|---|---|
_t ( string $tableType ) : string | Shortcut for getting a table name. |
public ensureUsers ( array $users ) : array | ||
$users | array | An array of users. Values typed as an integer are assumed to already be an user_id. |
return | array | An array of user_ids. |