interface SchemaUpdater (View source)

Implementors of this interface can make a one-time, context-free update to the schema, e.g. adding a shared Enum type

Methods

public static 
void
updateSchema(Schema $schema)

No description

Details

static void updateSchema(Schema $schema)

No description

Parameters

Schema $schema

Return Value

void