Mockery\Generator\Method::__construct PHP Метод

__construct() публичный Метод

public __construct ( ReflectionMethod $method )
$method ReflectionMethod
    public function __construct(\ReflectionMethod $method)
    {
        $this->method = $method;
    }