00001 <?php 00002 00011 class SDRVocabResponse extends SDRResponse { 00021 public function __construct($xml = null, $request = null) { 00022 parent::__construct('SDRVocabList', $request, array('field' => array('type' => 'string')), $xml); 00023 } 00024 } 00025 00026 ?>
1.5.6