PHP вернуть новый объект

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