$get_operations = $resp->getOperations(); produces the following array:

 object(YM_Operation)#7 (6) { ["operationId":protected]=> string(18) "435067597580030004" ["patternId":protected]=> string(3) "p2p" ["direction":protected]=> string(3) "out" ["amount":protected]=> float(17.09) ["datetime":protected]=> int(1381752408) ["title":protected]=> string(30) "Перевод для modal456" } 

How do i get for example operationId ?

    1 answer 1

    This is not an array, but an object of class YM_Operation, the fields, judging by the dump, are not directly accessible (protected), look for this class in the source code, theoretically it should have getters to access these fields.

    • @inso, and how, for example, to contact them? : / - ModaL