| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class org_openpsa_qbpager_direct extends org_openpsa_qbpager |
||
| 11 | { |
||
| 12 | 1 | public function __construct(string $classname, string $pager_id) |
|
| 13 | { |
||
| 14 | 1 | $this->initialize($pager_id); |
|
| 15 | 1 | $this->_query = new midgard_query_builder($classname); |
|
| 16 | 1 | } |
|
| 17 | |||
| 18 | 1 | public function execute() : array |
|
| 25 | } |
||
| 26 | } |
||
| 27 |