Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
Extract user vault preprocessor. More...
Public Member Functions | |
__construct (string $idalias, string $alias) | |
Constructor. | |
execute (array $records) | |
Extract the user records from a list of DB records. | |
Extract user vault preprocessor.
Used to separate out the user record from a list of DB records that have been joined on the user table.
mod_forum\local\vaults\preprocessors\extract_user::__construct | ( | string | $idalias, |
string | $alias ) |
Constructor.
string | $idalias | The alias for the id property of the user |
string | $alias | The prefix used for each of the user properties |
mod_forum\local\vaults\preprocessors\extract_user::execute | ( | array | $records | ) |