Example #1
0
 /**
  * Create an instance of client response and wrap the representation object
  */
 public function __construct(AbstractRepresentation $representation, $response_object = null)
 {
     $this->representation = $representation;
     parent::__construct($response_object);
 }