%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/o91-api/vendor/nexmo/client/src/Client/Request/
Upload File :
Create Path :
Current File : /var/www/html/o91-api/vendor/nexmo/client/src/Client/Request/AbstractRequest.php

<?php
/**
 * Nexmo Client Library for PHP
 *
 * @copyright Copyright (c) 2016 Nexmo, Inc. (http://nexmo.com)
 * @license   https://github.com/Nexmo/nexmo-php/blob/master/LICENSE.txt MIT License
 */

namespace Nexmo\Client\Request;

abstract class AbstractRequest implements RequestInterface
{
    protected $params = array();

    /**
     * @return array
     */
    public function getParams()
    {
        return array_filter($this->params, 'is_scalar');
    }
} 

Zerion Mini Shell 1.0