for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bpost\BpostApiClient\Bpost\Order;
/**
* bPost ParcelsDepotAddress class
*
* @author Tijs Verkoyen <[email protected]>
*/
class ParcelsDepotAddress extends Address
{
const TAG_NAME = 'parcelsDepotAddress';
* @param \SimpleXMLElement $xml
* @return ParcelsDepotAddress
public static function createFromXML(\SimpleXMLElement $xml)
return parent::createFromXML($xml);
}