Метод |
Описание |
|
__construct ( Psr\Log\LoggerInterface $logger, array $graphs, array $cardinalities, array $config, array $classes ) |
|
|
generateAdderAnnotations ( string $className, string $fieldName ) : array |
Generates adder's annotation. |
|
generateClassAnnotations ( string $className ) : array |
Generates class' annotations. |
|
generateConstantAnnotations ( string $className, string $constantName ) : array |
Generates constant's annotations. |
|
generateFieldAnnotations ( string $className, string $fieldName ) : array |
Generates field's annotation. |
|
generateGetterAnnotations ( string $className, string $fieldName ) : array |
Generates getter's annotation. |
|
generateInterfaceAnnotations ( string $className ) : array |
Generates interface's annotations. |
|
generateRemoverAnnotations ( string $className, string $fieldName ) : array |
Generates remover's annotation. |
|
generateSetterAnnotations ( string $className, string $fieldName ) : array |
Generates setter's annotation. |
|
generateUses ( string $className ) : array |
Generates uses. |
|