| Línea 540... |
Línea 540... |
| 540 |
|
540 |
|
| 541 |
/**
|
541 |
/**
|
| 542 |
* Executes the query on the engine.
|
542 |
* Executes the query on the engine.
|
| 543 |
*
|
543 |
*
|
| 544 |
* Implementations of this function should check user context array to limit the results to contexts where the
|
544 |
* Implementations of this function should check user context array to limit the results to contexts where the
|
| 545 |
* user have access. They should also limit the owneruserid field to manger::NO_OWNER_ID or the current user's id.
|
545 |
* user has access. They should also limit the owneruserid field to manger::NO_OWNER_ID or the current user's id.
|
| 546 |
* Engines must use area->check_access() to confirm user access.
|
546 |
* Engines must use area->check_access() to confirm user access.
|
| 547 |
*
|
547 |
*
|
| 548 |
* Engines should reasonably attempt to fill up to limit with valid results if they are available.
|
548 |
* Engines should reasonably attempt to fill up to limit with valid results if they are available.
|
| 549 |
*
|
549 |
*
|