File manager - Edit - /home/premiey/www/wp-includes/images/media/processor.tar
Back
after.php 0000666 00000001041 15165353322 0006363 0 ustar 00 <?php namespace Elementor\Data\V2\Base\Processor; use Elementor\Data\V2\Base\Processor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } abstract class After extends Processor { /** * Get conditions for running processor. * * @param array $args * @param mixed $result * * @return bool */ public function get_conditions( $args, $result ) { return true; } /** * Apply processor. * * @param $args * @param $result * * @return mixed */ abstract public function apply( $args, $result ); } before.php 0000666 00000000746 15165353322 0006537 0 ustar 00 <?php namespace Elementor\Data\V2\Base\Processor; use Elementor\Data\V2\Base\Processor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } abstract class Before extends Processor { /** * Get conditions for running processor. * @param array $args * * @return bool */ public function get_conditions( $args ) { return true; } /** * Apply processor. * * @param array $args * * @return mixed */ abstract public function apply( $args ); }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings