seegurke13/parameter-autowire-bundle

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/seegurke13/parameter-autowire-bundle

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

This package is auto-updated.

Last update: 2025-10-10 05:06:27 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