whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
mailpoet
/
lib
/
API
/
JSON
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/mailpoet/lib/API/JSON/SuccessResponse.php
<?php namespace MailPoet\API\JSON; if (!defined('ABSPATH')) exit; class SuccessResponse extends Response { public $data; public function __construct( $data = [], $meta = [], $status = self::STATUS_OK ) { parent::__construct($status, $meta); $this->data = $data; } public function getData() { if ($this->data === null) return []; return [ 'data' => $this->data, ]; } }
Copyright ©2021 || Defacer Indonesia