meraproject/module/integration/ucscards/structure/PostEntryArray.php

13 lines
181 B
PHP
Raw Permalink Normal View History

<?
namespace integration\ucscards\structure;
/**
* PostEntryArray
*/
class PostEntryArray {
/**
* @access public
* @var PostEntry[]
*/
public $PostEntry;
}