Note: Parent constructors are not called implicitly if the child class defines a constructor . In order to run a parent constructor, a call to parent::__construct() within the child constructor is required.
Note: Parent constructors are not called implicitly if the child class defines a constructor . In order to run a parent constructor, a call to parent::__construct() within the child constructor is required.