|
| __construct ( $query, $moduleName) |
| @inheritDoc
|
|
| execute () |
| @inheritDoc
|
|
| executeGenerator ( $resultPageSet) |
| @inheritDoc
|
|
| isInternal () |
| Mark as internal.
|
|
| dieWithZError ( $zerror) |
|
| setLogger (LoggerInterface $logger) |
| @inheritDoc
|
|
| getLogger () |
| @inheritDoc
|
|
|
static | wrapMessageInZError ( $message, $call) |
| Convenience method to wrap a non-error in a Z507/Evaluation ZError.
|
|
|
| getAllowedParams () |
| @inheritDoc @codeCoverageIgnore
|
|
| setUp () |
|
| executeFunctionCall ( $zObject, $validate) |
|
|
| $orchestrator |
|
| $orchestratorHost |
|
| $logger |
|
◆ isInternal()
MediaWiki\Extension\WikiLambda\API\ApiSupportedProgrammingLanguages::isInternal |
( |
| ) |
|
Mark as internal.
This isn't meant to be user-facing, and can change at any time.
- Returns
- bool
◆ wrapMessageInZError()
static MediaWiki\Extension\WikiLambda\API\ApiSupportedProgrammingLanguages::wrapMessageInZError |
( |
| $message, |
|
|
| $call ) |
|
static |
Convenience method to wrap a non-error in a Z507/Evaluation ZError.
TODO (T311480): This is used by two different APIs. Move to the ZErrorFactory, which is where all the error creating convenience methods are right now.
- Parameters
-
string | $message | The non-error to wrap. |
string | $call | The functional call context. |
- Returns
- ZError
The documentation for this class was generated from the following file: