Mockery\Generator\Method::__construct PHP Method

__construct() public method

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