object(MessageBird\Objects\Message)#48 (16) {
["id":protected]=>
string(32) "4adb1fe375962202d639571b17863457"
["href":protected]=>
string(70) "https://rest.messagebird.com/messages/4adb1fe375962202d639571b17863457"
["direction"]=>
string(2) "mt"
["type"]=>
string(3) "sms"
["originator"]=>
string(6) "DENEME"
["body"]=>
string(6) "test 2" Array üstteki gibi hocamlarım aşağıdaki kod ile originator listeliyorum ama ben burada protected bundaki 4adb1fe375962202d639571b17863457şu değeri nasıl alabilirim acaba
foreach ($MessageList->items as $message)
{
echo $message->id["originator"];
}