1 | <?php |
||
22 | class BlogPosts |
||
23 | { |
||
24 | /******************************************* |
||
25 | * LIST ALL |
||
26 | *******************************************/ |
||
27 | |||
28 | /** |
||
29 | * @param array $params |
||
30 | * @param ConnectionInterface|null $connection |
||
31 | * @param CacheInterface|null $cache |
||
32 | * @param LoggerInterface $logger |
||
33 | * @param array $config |
||
34 | * @return ResponseInterface |
||
35 | */ |
||
36 | public static function all( |
||
51 | |||
52 | /** |
||
53 | * @param array $params |
||
54 | * @param ConnectionInterface|null $connection |
||
55 | * @param CacheInterface|null $cache |
||
56 | * @param LoggerInterface $logger |
||
57 | * @param array $config |
||
58 | * @return callable |
||
59 | */ |
||
60 | public static function allRelay( |
||
78 | } |
||
79 |