.

Stati Class Reference
[Status]

Contains default stati commonly used. More...

List of all members.

Static Public Member Functions

static  get_stati ()
  Returns all statis as assoziative array with status as key and translation as value.

Public Attributes

const  ACTIVE = 'ACTIVE'
const  DELETED = 'DELETED'
const  DISABLED = 'DISABLED'
const  UNCONFIRMED = 'UNCONFIRMED'

Detailed Description

Contains default stati commonly used.

Author:
Gerd Riesselmann

Definition at line 8 of file stati.cls.php.


Member Function Documentation

static Stati::get_stati (  )  [static]

Returns all statis as assoziative array with status as key and translation as value.

Definition at line 17 of file stati.cls.php.

00017                                            {
00018                 return array(
00019                         self::UNCONFIRMED => tr(self::UNCONFIRMED, 'status'),
00020                         self::ACTIVE => tr(self::ACTIVE, 'status'),
00021                         self::DISABLED => tr(self::DISABLED, 'status'),
00022                         self::DELETED => tr(self::DELETED, 'status')
00023                 );
00024         }

Member Data Documentation

const Stati::ACTIVE = 'ACTIVE'

Definition at line 10 of file stati.cls.php.

Definition at line 12 of file stati.cls.php.

Definition at line 11 of file stati.cls.php.

Definition at line 9 of file stati.cls.php.


The documentation for this class was generated from the following file: