When I use findFirst of mongo extension I can use var_dump on its out put and see actual mongo document easliy.
But when I do that on output of \Phalcon\Mvc\Collection::findFirst tens of properties and methods are outputed and I can not find desired data easily.
Is there any way to get just main data when using var_dump on this class and other classes?
One way to do this is to add a method to your collection that uses reflection and filters only the public properties:
A better formatting could probably be desired. In order to see the document: