PluginProbe
Elementor Website Builder – more than just a page builder / 3.30.2
Elementor Website Builder – more than just a page builder v3.30.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | data/manager.php +8 -8 4.2.23.30.2 View file →
@@ -153,9 +153,9 @@
153 153 /**
154 154 * Command extract args.
155 155 *
156 156 * @param string $command
157 - * @param array $args
157 + * @param array $args
158 158 *
159 159 * @return \stdClass
160 160 */
161 161 public function command_extract_args( $command, $args = [] ) {
@@ -261,10 +261,10 @@
261 261
262 262 /**
263 263 * Run processor.
264 264 *
265 - * @param Processor $processor
266 - * @param array $data
265 + * @param \Elementor\Data\Base\Processor $processor
266 + * @param array $data
267 267 *
268 268 * @return mixed
269 269 */
270 270 public function run_processor( $processor, $data ) {
@@ -279,11 +279,11 @@
279 279 * Run processors.
280 280 *
281 281 * Filter them by class.
282 282 *
283 - * @param Processor[] $processors
284 - * @param string $filter_by_class
285 - * @param array $data
283 + * @param \Elementor\Data\Base\Processor[] $processors
284 + * @param string $filter_by_class
285 + * @param array $data
286 286 *
287 287 * @return false|array
288 288 */
289 289 public function run_processors( $processors, $filter_by_class, $data ) {
@@ -312,9 +312,9 @@
312 312 * Simulate rest API from within the backend.
313 313 * Use args as query.
314 314 *
315 315 * @param string $endpoint
316 - * @param array $args
316 + * @param array $args
317 317 * @param string $method
318 318 *
319 319 * @return \WP_REST_Response
320 320 */
@@ -340,9 +340,9 @@
340 340 *
341 341 * Wrapper for `$this->run_request` return `$response->getData()` instead of `$response`.
342 342 *
343 343 * @param string $endpoint
344 - * @param array $args
344 + * @param array $args
345 345 * @param string $method
346 346 *
347 347 * @return array
348 348 */