Provides the core_user_search_identity external function.
More...
|
static | execute (string $query) |
| Finds users with the identity matching the given query.
|
|
static | execute_parameters () |
| Describes the external function parameters.
|
|
static | execute_returns () |
| Describes the external function result value.
|
|
Provides the core_user_search_identity external function.
- Copyright
- 2021 David Mudrák david.nosp@m.@moo.nosp@m.dle.c.nosp@m.om
- License
- https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ execute()
static core_user\external\search_identity::execute |
( |
string | $query | ) |
|
|
static |
Finds users with the identity matching the given query.
- Parameters
-
string | $query | The search request. |
- Return values
-
◆ execute_parameters()
static core_user\external\search_identity::execute_parameters |
( |
| ) |
|
|
static |
Describes the external function parameters.
- Return values
-
external_function_parameters | |
◆ execute_returns()
static core_user\external\search_identity::execute_returns |
( |
| ) |
|
|
static |
Describes the external function result value.
- Return values
-
The documentation for this class was generated from the following file: