Reflection in Php and how does Symfony's Autowiring work behind the scenes.

dhirendra.mishra

Reflection is generally defined as a program's ability to inspect itself and modify its logic at execution time. In technical terms, reflection is asking an object to inform about its properties and methods, and altering those members (even private ones). 

  • People Should have Intermediate knowledge in PHP and basic knowledge of Symfony's Autowiring
  • In this lesson, I'll  into speak about the Working of Reflection in Php. Also will talk about Autowiring in Symfony and how does Symfony's Autowiring works using Reflection in Php.

 

Program tags

back end development, php

Experience Level

Intermediate

Drupal Version