| 1 | <?php |
||
| 17 | class EspressoEditor implements GQLDataDomainInterface |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param array $loaders The loaders accessible in the AppContext |
||
| 22 | * @param AppContext $context The AppContext |
||
| 23 | * @return array |
||
| 24 | * @return array |
||
| 25 | * @since $VID:$ |
||
| 26 | */ |
||
| 27 | public function registerLoaders($loaders, $context) |
||
| 40 | } |
||
| 41 |