File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/jetformbuilder/includes/actions/events/base-gateway-event.php
Back
<?php namespace Jet_Form_Builder\Actions\Events; // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } abstract class Base_Gateway_Event extends Base_Event { abstract public function get_gateway(): string; abstract public function get_scenario(): string; public function to_array(): array { return parent::to_array() + array( 'gateway' => $this->get_gateway(), 'scenario' => $this->get_scenario(), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.38 |
proxy
|
phpinfo
|
Settings