KMP PHP API Reference

DefaultReadOnlyDepartmentService
in package
implements ReadOnlyDepartmentServiceInterface

Table of Contents

Interfaces

ReadOnlyDepartmentServiceInterface

Methods

getById()  : array<string|int, mixed>|null
Get by id.
list()  : array<string|int, mixed>
List all records.
assertCanView()  : void
Assert that can view.
formatDepartment()  : array<string|int, mixed>
Format department.

Methods

formatDepartment()

Format department.

protected formatDepartment(object $row) : array<string|int, mixed>
Parameters
$row : object
Return values
array<string|int, mixed>

        
On this page

Search results