@@ -23,8 +23,7 @@ discard block |
||
23 | 23 | * |
24 | 24 | * @access public |
25 | 25 | */ |
26 | -class IndexAdditionalFieldProvider extends BaseAdditionalFieldProvider |
|
27 | -{ |
|
26 | +class IndexAdditionalFieldProvider extends BaseAdditionalFieldProvider { |
|
28 | 27 | /** |
29 | 28 | * Gets additional fields to render in the form to add/edit a task |
30 | 29 | * |
@@ -33,8 +32,7 @@ discard block |
||
33 | 32 | * @param \TYPO3\CMS\Scheduler\Controller\SchedulerModuleController $schedulerModule Reference to the scheduler backend module |
34 | 33 | * @return array A two dimensional array, array('Identifier' => array('fieldId' => array('code' => '', 'label' => '', 'cshKey' => '', 'cshLabel' => '')) |
35 | 34 | */ |
36 | - public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) |
|
37 | - { |
|
35 | + public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) { |
|
38 | 36 | $currentSchedulerModuleAction = $schedulerModule->getCurrentAction(); |
39 | 37 | |
40 | 38 | /** @var BaseTask $task */ |
@@ -25,8 +25,7 @@ discard block |
||
25 | 25 | * |
26 | 26 | * @access public |
27 | 27 | */ |
28 | -class HarvestAdditionalFieldProvider extends BaseAdditionalFieldProvider |
|
29 | -{ |
|
28 | +class HarvestAdditionalFieldProvider extends BaseAdditionalFieldProvider { |
|
30 | 29 | /** |
31 | 30 | * Gets additional fields to render in the form to add/edit a task |
32 | 31 | * |
@@ -35,8 +34,7 @@ discard block |
||
35 | 34 | * @param \TYPO3\CMS\Scheduler\Controller\SchedulerModuleController $schedulerModule Reference to the scheduler backend module |
36 | 35 | * @return array A two dimensional array, array('Identifier' => array('fieldId' => array('code' => '', 'label' => '', 'cshKey' => '', 'cshLabel' => '')) |
37 | 36 | */ |
38 | - public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) |
|
39 | - { |
|
37 | + public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) { |
|
40 | 38 | $currentSchedulerModuleAction = $schedulerModule->getCurrentAction(); |
41 | 39 | |
42 | 40 | /** @var BaseTask $task */ |
@@ -23,10 +23,8 @@ |
||
23 | 23 | * |
24 | 24 | * @access public |
25 | 25 | */ |
26 | -class ReindexTask extends BaseTask |
|
27 | -{ |
|
28 | - public function execute() |
|
29 | - { |
|
26 | +class ReindexTask extends BaseTask { |
|
27 | + public function execute() { |
|
30 | 28 | $inputArray = []; |
31 | 29 | if ($this->dryRun) { |
32 | 30 | $inputArray['--dry-run'] = true; |
@@ -29,8 +29,7 @@ discard block |
||
29 | 29 | * |
30 | 30 | * @access public |
31 | 31 | */ |
32 | -class BaseAdditionalFieldProvider implements AdditionalFieldProviderInterface |
|
33 | -{ |
|
32 | +class BaseAdditionalFieldProvider implements AdditionalFieldProviderInterface { |
|
34 | 33 | /** |
35 | 34 | * Gets additional fields to render in the form to add/edit a task |
36 | 35 | * |
@@ -39,8 +38,7 @@ discard block |
||
39 | 38 | * @param \TYPO3\CMS\Scheduler\Controller\SchedulerModuleController $schedulerModule Reference to the scheduler backend module |
40 | 39 | * @return array A two dimensional array, array('Identifier' => array('fieldId' => array('code' => '', 'label' => '', 'cshKey' => '', 'cshLabel' => '')) |
41 | 40 | */ |
42 | - public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) |
|
43 | - { |
|
41 | + public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) { |
|
44 | 42 | return []; |
45 | 43 | } |
46 | 44 | |
@@ -51,8 +49,7 @@ discard block |
||
51 | 49 | * @param \TYPO3\CMS\Scheduler\Controller\SchedulerModuleController $schedulerModule Reference to the scheduler backend module |
52 | 50 | * @return bool TRUE if validation was ok (or selected class is not relevant), FALSE otherwise |
53 | 51 | */ |
54 | - public function validateAdditionalFields(array &$submittedData, SchedulerModuleController $schedulerModule) |
|
55 | - { |
|
52 | + public function validateAdditionalFields(array &$submittedData, SchedulerModuleController $schedulerModule) { |
|
56 | 53 | $fieldsValid = true; |
57 | 54 | |
58 | 55 | Helper::getLanguageService()->includeLLFile('EXT:dlf/Resources/Private/Language/locallang_tasks.xlf'); |
@@ -130,8 +127,7 @@ discard block |
||
130 | 127 | * @param BaseTask $task Reference to the scheduler backend module |
131 | 128 | * @return void |
132 | 129 | */ |
133 | - public function saveAdditionalFields(array $submittedData, AbstractTask $task) |
|
134 | - { |
|
130 | + public function saveAdditionalFields(array $submittedData, AbstractTask $task) { |
|
135 | 131 | /** @var BaseTask $task */ |
136 | 132 | $task->setDryRun(!empty($submittedData['dryRun'])); |
137 | 133 | if (isset($submittedData['doc'])) { |
@@ -23,10 +23,8 @@ |
||
23 | 23 | * |
24 | 24 | * @access public |
25 | 25 | */ |
26 | -class HarvestTask extends BaseTask |
|
27 | -{ |
|
28 | - public function execute() |
|
29 | - { |
|
26 | +class HarvestTask extends BaseTask { |
|
27 | + public function execute() { |
|
30 | 28 | $inputArray = []; |
31 | 29 | if ($this->dryRun) { |
32 | 30 | $inputArray['--dry-run'] = true; |
@@ -23,10 +23,8 @@ |
||
23 | 23 | * |
24 | 24 | * @access public |
25 | 25 | */ |
26 | -class IndexTask extends BaseTask |
|
27 | -{ |
|
28 | - public function execute() |
|
29 | - { |
|
26 | +class IndexTask extends BaseTask { |
|
27 | + public function execute() { |
|
30 | 28 | $inputArray = []; |
31 | 29 | if ($this->dryRun) { |
32 | 30 | $inputArray['--dry-run'] = true; |
@@ -25,8 +25,7 @@ discard block |
||
25 | 25 | * |
26 | 26 | * @access public |
27 | 27 | */ |
28 | -class ReindexAdditionalFieldProvider extends BaseAdditionalFieldProvider |
|
29 | -{ |
|
28 | +class ReindexAdditionalFieldProvider extends BaseAdditionalFieldProvider { |
|
30 | 29 | /** |
31 | 30 | * Gets additional fields to render in the form to add/edit a task |
32 | 31 | * |
@@ -35,8 +34,7 @@ discard block |
||
35 | 34 | * @param \TYPO3\CMS\Scheduler\Controller\SchedulerModuleController $schedulerModule Reference to the scheduler backend module |
36 | 35 | * @return array A two dimensional array, array('Identifier' => array('fieldId' => array('code' => '', 'label' => '', 'cshKey' => '', 'cshLabel' => '')) |
37 | 36 | */ |
38 | - public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) |
|
39 | - { |
|
37 | + public function getAdditionalFields(array &$taskInfo, $task, SchedulerModuleController $schedulerModule) { |
|
40 | 38 | $currentSchedulerModuleAction = $schedulerModule->getCurrentAction(); |
41 | 39 | |
42 | 40 | /** @var BaseTask $task */ |
@@ -12,8 +12,7 @@ discard block |
||
12 | 12 | * LICENSE.txt file that was distributed with this source code. |
13 | 13 | */ |
14 | 14 | |
15 | -class AnnotationTarget |
|
16 | -{ |
|
15 | +class AnnotationTarget { |
|
17 | 16 | /** |
18 | 17 | * @var string |
19 | 18 | */ |
@@ -39,8 +38,7 @@ discard block |
||
39 | 38 | */ |
40 | 39 | protected $rangeValue; |
41 | 40 | |
42 | - public function __construct($url) |
|
43 | - { |
|
41 | + public function __construct($url) { |
|
44 | 42 | $this->url = $url; |
45 | 43 | |
46 | 44 | $path = parse_url($url, PHP_URL_PATH); |
@@ -65,40 +63,35 @@ discard block |
||
65 | 63 | /** |
66 | 64 | * @return string |
67 | 65 | */ |
68 | - public function getObjectId() |
|
69 | - { |
|
66 | + public function getObjectId() { |
|
70 | 67 | return $this->objectId; |
71 | 68 | } |
72 | 69 | |
73 | 70 | /** |
74 | 71 | * @return string |
75 | 72 | */ |
76 | - public function getId() |
|
77 | - { |
|
73 | + public function getId() { |
|
78 | 74 | return $this->id; |
79 | 75 | } |
80 | 76 | |
81 | 77 | /** |
82 | 78 | * @return string |
83 | 79 | */ |
84 | - public function getRangeParameterName() |
|
85 | - { |
|
80 | + public function getRangeParameterName() { |
|
86 | 81 | return $this->rangeParameterName; |
87 | 82 | } |
88 | 83 | |
89 | 84 | /** |
90 | 85 | * @return string |
91 | 86 | */ |
92 | - public function getRangeValue() |
|
93 | - { |
|
87 | + public function getRangeValue() { |
|
94 | 88 | return $this->rangeValue; |
95 | 89 | } |
96 | 90 | |
97 | 91 | /** |
98 | 92 | * @return bool |
99 | 93 | */ |
100 | - public function isValid() |
|
101 | - { |
|
94 | + public function isValid() { |
|
102 | 95 | if (empty($this->getObjectId())) { |
103 | 96 | return false; |
104 | 97 | } |
@@ -113,8 +106,7 @@ discard block |
||
113 | 106 | /** |
114 | 107 | * @return bool |
115 | 108 | */ |
116 | - public function isValidRange() |
|
117 | - { |
|
109 | + public function isValidRange() { |
|
118 | 110 | if (empty($this->rangeParameterName) && empty($this->rangeValue)) { |
119 | 111 | return true; |
120 | 112 | } elseif ($this->isFacsimileRange()) { |
@@ -131,24 +123,21 @@ discard block |
||
131 | 123 | /** |
132 | 124 | * @return bool |
133 | 125 | */ |
134 | - public function isScoreRange() |
|
135 | - { |
|
126 | + public function isScoreRange() { |
|
136 | 127 | return $this->getRangeParameterName() === 'measureRanges'; |
137 | 128 | } |
138 | 129 | |
139 | 130 | /** |
140 | 131 | * @return bool |
141 | 132 | */ |
142 | - public function isAudioRange() |
|
143 | - { |
|
133 | + public function isAudioRange() { |
|
144 | 134 | return $this->getRangeParameterName() === 't'; |
145 | 135 | } |
146 | 136 | |
147 | 137 | /** |
148 | 138 | * @return bool |
149 | 139 | */ |
150 | - public function isFacsimileRange() |
|
151 | - { |
|
140 | + public function isFacsimileRange() { |
|
152 | 141 | return $this->getRangeParameterName() === 'xywh'; |
153 | 142 | } |
154 | 143 | } |
@@ -12,8 +12,7 @@ discard block |
||
12 | 12 | * LICENSE.txt file that was distributed with this source code. |
13 | 13 | */ |
14 | 14 | |
15 | -class Annotation |
|
16 | -{ |
|
15 | +class Annotation { |
|
17 | 16 | /** |
18 | 17 | * The complete data of the annotation |
19 | 18 | * |
@@ -30,8 +29,7 @@ discard block |
||
30 | 29 | /** |
31 | 30 | * @param array $data |
32 | 31 | */ |
33 | - public function __construct($data) |
|
34 | - { |
|
32 | + public function __construct($data) { |
|
35 | 33 | $this->data = $data; |
36 | 34 | } |
37 | 35 | |
@@ -40,8 +38,7 @@ discard block |
||
40 | 38 | * |
41 | 39 | * @return array |
42 | 40 | */ |
43 | - public function getRawData() |
|
44 | - { |
|
41 | + public function getRawData() { |
|
45 | 42 | return $this->data; |
46 | 43 | } |
47 | 44 | |
@@ -50,8 +47,7 @@ discard block |
||
50 | 47 | * |
51 | 48 | * @return string |
52 | 49 | */ |
53 | - public function getId() |
|
54 | - { |
|
50 | + public function getId() { |
|
55 | 51 | return $this->data['id'] ?? ''; |
56 | 52 | } |
57 | 53 | |
@@ -60,8 +56,7 @@ discard block |
||
60 | 56 | * |
61 | 57 | * @return string |
62 | 58 | */ |
63 | - public function getTitle() |
|
64 | - { |
|
59 | + public function getTitle() { |
|
65 | 60 | return $this->data['title'] ?? ''; |
66 | 61 | } |
67 | 62 | |
@@ -70,8 +65,7 @@ discard block |
||
70 | 65 | * |
71 | 66 | * @return array |
72 | 67 | */ |
73 | - public function getBody() |
|
74 | - { |
|
68 | + public function getBody() { |
|
75 | 69 | $body = $this->data['body'] ?? ''; |
76 | 70 | |
77 | 71 | if (is_array($body)) { |
@@ -85,8 +79,7 @@ discard block |
||
85 | 79 | * Gets the name of the annotation creator |
86 | 80 | * @return string |
87 | 81 | */ |
88 | - public function getCreatorName() |
|
89 | - { |
|
82 | + public function getCreatorName() { |
|
90 | 83 | return $this->data['creator']['displayName'] ?? ''; |
91 | 84 | } |
92 | 85 | |
@@ -94,8 +87,7 @@ discard block |
||
94 | 87 | * Gets the creation date of the annotation |
95 | 88 | * @return string |
96 | 89 | */ |
97 | - public function getCreated() |
|
98 | - { |
|
90 | + public function getCreated() { |
|
99 | 91 | return $this->data['created'] ?? ''; |
100 | 92 | } |
101 | 93 | |
@@ -103,8 +95,7 @@ discard block |
||
103 | 95 | * Gets the modification date of the annotation |
104 | 96 | * @return string |
105 | 97 | */ |
106 | - public function getModified() |
|
107 | - { |
|
98 | + public function getModified() { |
|
108 | 99 | return $this->data['modified'] ?? ''; |
109 | 100 | } |
110 | 101 | |
@@ -113,8 +104,7 @@ discard block |
||
113 | 104 | * |
114 | 105 | * @return AnnotationTarget[] |
115 | 106 | */ |
116 | - public function getTargets() |
|
117 | - { |
|
107 | + public function getTargets() { |
|
118 | 108 | if (is_string($this->data['target'])) { |
119 | 109 | return [new AnnotationTarget($this->data['target'])]; |
120 | 110 | } |
@@ -133,8 +123,7 @@ discard block |
||
133 | 123 | * @param array $targetPages |
134 | 124 | * @return void |
135 | 125 | */ |
136 | - public function setTargetPages($targetPages) |
|
137 | - { |
|
126 | + public function setTargetPages($targetPages) { |
|
138 | 127 | $this->targetPages = $targetPages; |
139 | 128 | } |
140 | 129 | |
@@ -143,8 +132,7 @@ discard block |
||
143 | 132 | * |
144 | 133 | * @return array |
145 | 134 | */ |
146 | - public function getTargetPages() |
|
147 | - { |
|
135 | + public function getTargetPages() { |
|
148 | 136 | return $this->targetPages; |
149 | 137 | } |
150 | 138 | |
@@ -153,8 +141,7 @@ discard block |
||
153 | 141 | * |
154 | 142 | * @return array |
155 | 143 | */ |
156 | - public function getPageNumbers() |
|
157 | - { |
|
144 | + public function getPageNumbers() { |
|
158 | 145 | $pages = []; |
159 | 146 | if (is_array($this->targetPages)) { |
160 | 147 | foreach ($this->targetPages as $target) { |
@@ -170,8 +157,7 @@ discard block |
||
170 | 157 | * |
171 | 158 | * @return array |
172 | 159 | */ |
173 | - public function getPageTargets() |
|
174 | - { |
|
160 | + public function getPageTargets() { |
|
175 | 161 | $pageTargets = []; |
176 | 162 | if (is_array($this->targetPages)) { |
177 | 163 | foreach ($this->targetPages as $target) { |
@@ -189,8 +175,7 @@ discard block |
||
189 | 175 | * |
190 | 176 | * @return array |
191 | 177 | */ |
192 | - public function getPageAudioRanges() |
|
193 | - { |
|
178 | + public function getPageAudioRanges() { |
|
194 | 179 | $ranges = []; |
195 | 180 | if (is_array($this->getPageTargets())) { |
196 | 181 | foreach ($this->getPageTargets() as $pageNumber => $targets) { |
@@ -209,8 +194,7 @@ discard block |
||
209 | 194 | * |
210 | 195 | * @return array |
211 | 196 | */ |
212 | - public function getPageScoreRanges() |
|
213 | - { |
|
197 | + public function getPageScoreRanges() { |
|
214 | 198 | $ranges = []; |
215 | 199 | if (is_array($this->getPageTargets())) { |
216 | 200 | foreach ($this->getPageTargets() as $pageNumber => $targets) { |
@@ -229,8 +213,7 @@ discard block |
||
229 | 213 | * |
230 | 214 | * @return array |
231 | 215 | */ |
232 | - public function getPageFacsimileRanges() |
|
233 | - { |
|
216 | + public function getPageFacsimileRanges() { |
|
234 | 217 | $ranges = []; |
235 | 218 | if (is_array($this->getPageTargets())) { |
236 | 219 | foreach ($this->getPageTargets() as $pageNumber => $targets) { |
@@ -250,8 +233,7 @@ discard block |
||
250 | 233 | * |
251 | 234 | * @return bool |
252 | 235 | */ |
253 | - public function isVerovioRelevant() |
|
254 | - { |
|
236 | + public function isVerovioRelevant() { |
|
255 | 237 | foreach ($this->targetPages as $target) { |
256 | 238 | if (array_key_exists('verovioRelevant', $target) && $target['verovioRelevant']) { |
257 | 239 | return true; |