Get "Date Added" of Express Item

Permalink
Hi,

I could not find any documentation on how to get the Date Added property of an express item.
I tried the magic method of ->getDateAdded() as well as ->getEntryDateAdded() but nothing worked.
It also seems impossible to var_dump the express entry which could help the search for proper key but it results in memory overflow...

Thanks
Alexander

shotrox
 
mnakalay replied on at Permalink Reply
mnakalay
C5 has a function specially designed to dump_var objects like that, it's var_dump_safe()
shotrox replied on at Permalink Reply
shotrox
Thank you! I never knew this and ran into the memory limit error all the time!