░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/home/fotosel/.trash/wp-content/plugins/call-now-button/src/admin/models
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: CnbActivation.php
<?php namespace cnb\admin\models; use cnb\admin\button\CnbButton; use cnb\admin\domain\CnbDomain; use cnb\notices\CnbNotice; use WP_Error; class CnbActivation { /** * If the API key has been activated in this particular call * @var boolean */ public $activation_attempt; /** * If the activated was actually succesfull * @var boolean */ public $success; /** * @var CnbNotice */ public $notice; /** * The domain created / used * @var CnbDomain|WP_Error */ public $domain; /** * Indicate if the domain has been created or updated * @var string */ public $domain_action; /** * The migrated button that is created at the API server * @var CnbButton|WP_Error */ public $button; /** * @param bool $activation_attempt * @param bool $success * @param CnbDomain $domain * @param CnbButton $button */ public function __construct( $activation_attempt = false, $success = false, CnbDomain $domain = null, CnbButton $button = null ) { $this->activation_attempt = $activation_attempt; $this->success = $success; $this->domain = $domain; $this->button = $button; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 CnbActivation.php
PHP
1.3 KB
2022-06-09 15:28
EDIT
📄 CnbPlan.php
PHP
1.9 KB
2022-06-09 15:28
EDIT
📄 CnbUser.php
PHP
7.2 KB
2022-06-09 15:28
EDIT
📄 index.php
PHP
27 B
2022-06-09 15:28
EDIT