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

18 lines
237 B
PHP
Raw Normal View History

<?
namespace integration\ucscards\structure;
/**
* PostEntry
*/
class PostEntry {
/**
* @access public
* @var string
*/
public $name;
/**
* @access public
* @var string
*/
public $value;
}