Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class Client extends BaseClient |
||
9 | { |
||
10 | protected $resource = Resources::PAGES; |
||
11 | |||
12 | protected $fields = [ |
||
13 | 'page_id', 'page_name', 'preview_url', 'created_time', 'last_modified_time', 'promoted_object_id', 'page_type', |
||
14 | ]; |
||
15 | |||
16 | /** |
||
17 | * @return array |
||
18 | */ |
||
19 | public function getValidActions() |
||
24 |