RelatedUsers extends Base
FinalYes
Table of Contents
Methods
- __construct() : mixed
- appendResult() : void
- Add extra user data (LOGIN, NAME etc) to $entities
- prepareSelect() : void
- Remove joined user fields like CREATED_BY_LOGIN form $select and store them for following usage
Methods
__construct()
public
__construct(int $entityTypeId) : mixed
Parameters
- $entityTypeId : int
appendResult()
Add extra user data (LOGIN, NAME etc) to $entities
public
appendResult(array<string|int, mixed> &$entities) : void
Parameters
- $entities : array<string|int, mixed>
prepareSelect()
Remove joined user fields like CREATED_BY_LOGIN form $select and store them for following usage
public
prepareSelect(array<string|int, mixed> &$select) : void
Parameters
- $select : array<string|int, mixed>