<?php /** * Test Class for returning the name of the php class to flex. * * @group ZF-6130 */ class ContactVO { public $id = 0; public $firstname = ""; public $lastname = ""; public $email = ""; public $mobile = ""; } ?>