PHP Class Dumplie\Metadata\Schema

Afficher le fichier Open project: dumplie/dumplie Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $name )
add ( TypeSchema $typeSchema )
get ( string $typeName ) : TypeSchema
name ( ) : string
types ( ) : array

Method Details

__construct() public méthode

public __construct ( string $name )
$name string

add() public méthode

public add ( TypeSchema $typeSchema )
$typeSchema Dumplie\Metadata\Schema\TypeSchema

get() public méthode

public get ( string $typeName ) : TypeSchema
$typeName string
Résultat Dumplie\Metadata\Schema\TypeSchema

name() public méthode

public name ( ) : string
Résultat string

types() public méthode

public types ( ) : array
Résultat array