id = (int) $customer->id; $prop->name = $customer->name; $prop->email = $customer->email; $prop->status = (int) $customer->status; return $prop; } }