seegurke13/parameter-autowire-bundle

dev-master 2019-12-09 15:42 UTC

This package is auto-updated.

Last update: 2024-05-10 02:05:51 UTC


README

Description

Autowire Feature Automatically inject Parameters into Service by its name.

Important: have to have a type hint and it should be one of the built in types

Example:

parameters: name: "world"

__constructor(string $name) {

}

Installing