| 1 | <?php |
||
| 30 | class CorePage extends Page |
||
| 31 | { |
||
| 32 | /** |
||
| 33 | * CorePage constructor. |
||
| 34 | * @param ServiceManager $serviceManager |
||
| 35 | * @param array $headers |
||
| 36 | * @param string $customroottemplate |
||
| 37 | */ |
||
| 38 | public function __construct(ServiceManager $serviceManager, $headers = [], $customroottemplate = '') |
||
| 46 | |||
| 47 | /** |
||
| 48 | * |
||
| 49 | */ |
||
| 50 | protected function getPayload() |
||
| 54 | } |
||
| 55 |