<?phpclass USERCREDITS_BOL_Balance extends PEEP_Entity{ /** * @var integer */ public $userId; /** * @var float */ public $balance;}