PHP Class ApiPlatform\SchemaGenerator\AnnotationGenerator\DoctrineOrmAnnotationGenerator

Author: Kévin Dunglas ([email protected])
Inheritance: extends AbstractAnnotationGenerator
Afficher le fichier Open project: api-platform/schema-generator

Méthodes publiques

Méthode Description
generateClassAnnotations ( $className )
generateFieldAnnotations ( $className, $fieldName )
generateUses ( $className )

Private Methods

Méthode Description
getRelationName ( string $range ) : string Gets class or interface name to use in relations.

Method Details

generateClassAnnotations() public méthode

public generateClassAnnotations ( $className )

generateFieldAnnotations() public méthode

public generateFieldAnnotations ( $className, $fieldName )

generateUses() public méthode

public generateUses ( $className )