interface FieldTypeManifestInterface (View source)

Methods

void
add(string $classname)

Add an attribute type.

Collection
getTypes()

Return a collection of available fieldtypes.

Details

void add(string $classname)

Add an attribute type.

Parameters

string $classname

Return Value

void

Collection getTypes()

Return a collection of available fieldtypes.

Return Value

Collection