.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _aimeos: Aimeos debugger =============== There is a lot of php magic happening in the Aimeos shop. When getting information out of objects, items or views you have to use them. With the used decorator pattern in place, you can may have a hard time finding the information you need. Features - Advanced getter analysis - Resolving the magical properties - Analysis of all known view helpers inside the view - PHP code generation, to help you access these values .. figure:: ../../Images/Aimeos/getter_analysis_hans.png :width: 1156px :alt: Aimeos getter analysis The getter analysis resolves the values stored inside the objects, offers source code generation to reach them, as well as some additional meta data. .. figure:: ../../Images/Aimeos/magic_property_smokygrey.png :width: 740px :alt: Aimeos magical property analysis Analysis of a magical property from a shop item. .. figure:: ../../Images/Aimeos/view_helper_smokygrey.png :width: 1033px :alt: Aimeos view factory analysis Analysis of a Aimeos view helper with source generation and comments from the source code.