Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | public function my() |
||
21 | { |
||
22 | $this->request->checkLoggedIn(); |
||
23 | |||
24 | $get = BoardHelper::createBoardsInfoRequest(); |
||
25 | $getString = UrlHelper::buildRequestString($get); |
||
26 | $response = $this->request->exec(UrlHelper::RESOURCE_GET_BOARDS."?{$getString}"); |
||
27 | |||
28 | return $this->response->getData($response, 'all_boards'); |
||
29 | } |
||
30 | |||
50 | } |