interface AttributeManifestInterface (View source)

Methods

void
addType(string $classname)

Add an attribute type.

Collection
getTypes()

Return the attribute types.

string|null
getType(string $handle)

Return an attribute type by it's key.

Details

void addType(string $classname)

Add an attribute type.

Parameters

string $classname

Return Value

void

Collection getTypes()

Return the attribute types.

Return Value

Collection

string|null getType(string $handle)

Return an attribute type by it's key.

Parameters

string $handle

Return Value

string|null