CFINTERFACE
Used to define an interface. Inside this tag, contains the CFFUNCTION tags. Should only ever be one in a single file.
Usage
<cfinterface> ... </cfinterface>
Attributes
Attribute | default | required | summary |
---|---|---|---|
DISPLAYNAME | The name that is used to describe this interface when displayed in meta data | ||
HINT | A small description for this interface | ||
EXTENDS | A list of CFCs that this interface will extends |