19 declare(strict_types=1);
31 protected string $name,
32 protected string $main_class,
33 protected array $dic_service_method,
34 protected string $property_name
53 return $this->main_class;
69 return $this->dic_service_method;
74 return $this->property_name;
array $alternative_classes
setAlternativeClasses(array $alternative_classes)
__construct(protected string $name, protected string $main_class, protected array $dic_service_method, protected string $property_name)