Static

Functions

Tags

  • <cfcomponent> Creates and defines a component object
  • <cffunction> Defines a function within a CFML component that can accept arguments and return a value.
  • <cfstatic> defines a static constructor within components

Guides