1 2 3 4 5 6 7 8 9
<?php namespace Cardinity\Method; interface ResultObjectMapperInterface { public function map(array $response, ResultObjectInterface $result); public function mapCollection(array $response, MethodResultCollectionInterface $result); }