You are here

interface BatUnitFieldHandlerInterface in Booking and Availability Management API 7.2

Hierarchy

Expanded class hierarchy of BatUnitFieldHandlerInterface

All classes that implement BatUnitFieldHandlerInterface

File

includes/bat_api.bat_unit_field_handler.inc, line 10

View source
interface BatUnitFieldHandlerInterface {

  /**
   * @return string
   */
  public function getFieldType();

  /**
   * @return array
   */
  public function getFieldInfo();

}

Members