Overview

Packages

  • alpha::controller
  • alpha::controller::front
  • alpha::exceptions
  • alpha::model
  • alpha::model::types
  • alpha::tasks
  • alpha::tests
  • alpha::util
  • alpha::util::cache
  • alpha::util::codehighlight
  • alpha::util::convertors
  • alpha::util::feeds
  • alpha::util::filters
  • alpha::util::graphs
  • alpha::util::helpers
  • alpha::util::metrics
  • alpha::util::search
  • alpha::view
  • alpha::view::renderers
  • alpha::view::widgets

Classes

  • AlphaType
  • Boolean
  • Date
  • DEnum
  • DEnumItem
  • Double
  • Enum
  • Integer
  • Relation
  • RelationLookup
  • Sequence
  • String
  • Text
  • Timestamp

Interfaces

  • AlphaTypeInterface
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Package alpha::model::types

Classes summary
AlphaType The base (abstract) complex data type
Boolean The Boolean complex data type
Date The Date complex data type
DEnum The DEnum (Dynamic Enum) complex data type. Similiar to Enum, except list items are stored in a database table and are editable.
DEnumItem The DEnumItem (Dynamic Enum Item) complex data type. Has a one-to-many relationship with the DEnum type.
Double The Double complex data type
Enum The Enum complex data type
Integer The Integer complex data type
Relation The Relation complex data type
RelationLookup The RelationLookup complex data type. Used to store object2object lookup tables for MANY-TO-MANY relationships between business objects
Sequence A customer sequence datatype, which is stored as a string and is made up of a string prefix and an integer sequence, which is stored in a database.
String The String complex data type
Text The Text complex data type
Timestamp The Timestamp complex data type
Interfaces summary
AlphaTypeInterface The interface for all complex data types
Alpha Framework 1.2.4 API Documentation API documentation generated by ApiGen 2.8.0