haringsrob/icecat

View on GitHub
src/Model/ResultInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace haringsrob\Icecat\Model;

interface ResultInterface
{
    /**
     * Get the base data object.
     *
     * @return SimpleXML-Object $xml
     */
    public function getBaseData();
}