PHP Return New Object zurück

$object = new stdClass();
$object->property = 'Here we go';
Sanjaya