Phpro\SoapClient\Type\MixedResult::__construct PHP Method

__construct() public method

MixedResult constructor.
public __construct ( mixed $result )
$result mixed
    public function __construct($result)
    {
        $this->result = $result;
    }