PHP 8.2.31
Preview: CommunicationAbstract.php Size: 350 B
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/paymill/lib/Paymill/API/CommunicationAbstract.php

<?php

namespace Paymill\API;

/**
 * Interface
 */
abstract class CommunicationAbstract
{

    /**
     * Perform API and handle exceptions
     *
     * @param $action
     * @param array $params
     * @param string $method
     * @return mixed
     */
    abstract public function requestApi($action = '', $params = array(), $method = 'POST');
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
350 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download
4.39 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).