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

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.