class Inheritance implements PluginInterface, SchemaUpdater, ModelTypePlugin (View source)

Adds inheritance fields to a DataObject type, and exposes its ancestry

Constants

IDENTIFIER

Methods

public
string
getIdentifier()

No description

public static 
void
updateSchema(Schema $schema)

No description

public
void
apply(ModelType $type, Schema $schema, array $config = [])

No description

Details

string getIdentifier()

No description

Return Value

string

static void updateSchema(Schema $schema)

No description

Parameters

Schema $schema

Return Value

void

Exceptions

SchemaBuilderException

void apply(ModelType $type, Schema $schema, array $config = [])

No description

Parameters

ModelType $type
Schema $schema
array $config

Return Value

void

Exceptions

ReflectionException
SchemaBuilderException