1 | <?php |
||
7 | class RecordFileField extends POSTFileEntryPoint { |
||
8 | |||
9 | protected $_URL = '$module/$record/file/$field'; |
||
10 | |||
11 | /** |
||
12 | * @inheritdoc |
||
13 | */ |
||
14 | protected $_REQUIRED_DATA = array( |
||
15 | 'format', |
||
16 | 'delete_if_fails', |
||
17 | 'oauth_token' |
||
18 | ); |
||
19 | |||
20 | /** |
||
21 | * @inheritdoc |
||
22 | */ |
||
23 | public function data(array $data) { |
||
36 | |||
37 | } |