Aimeos debugger

There is a lot of php magic happening in the aimoes 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 previews the value you will get when using this getter.
  • Resolving the magical properties which get provided by __get()
  • Analysis of all known view helpers inside the view
  • PHP code generation, to help you access these values
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.

aimeos magical property analysis

Analysis of a magical property from a shop item.

aimeos view factory analysis

Analysis of a Aimeos view helper with source generation and comments from the source code.