| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Client extends BaseClient |
||
| 9 | { |
||
| 10 | protected $resource = Resources::IMAGE; |
||
| 11 | |||
| 12 | protected $fields = [ |
||
| 13 | 'image_id', 'width', 'height', 'file_size', 'type', 'signature', 'source_signature', 'preview_url', |
||
| 14 | 'source_type', 'create_time', 'last_modified_time', |
||
| 15 | ]; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return array |
||
| 19 | */ |
||
| 20 | public function getValidActions() |
||
| 25 |