%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/rental/vendor/mockery/mockery/library/Mockery/
Upload File :
Create Path :
Current File : /var/www/html/rental/vendor/mockery/mockery/library/Mockery/MethodCall.php

<?php

namespace Mockery;

class MethodCall
{
    private $method;
    private $args;

    public function __construct($method, $args)
    {
        $this->method = $method;
        $this->args = $args;
    }

    public function getMethod()
    {
        return $this->method;
    }

    public function getArgs()
    {
        return $this->args;
    }
}

Zerion Mini Shell 1.0