phpDocumentor epesi-base
actionbar
[ class tree: epesi-base ] [ index: epesi-base ] [ all elements ]

Class: Base_ActionBarCommon

Source Location: /modules/Base/ActionBar/ActionBarCommon_0.php

Class Base_ActionBarCommon

Class Overview

ActionBar

This class provides action bar component.

Located in /modules/Base/ActionBar/ActionBarCommon_0.php [line 16]

ModuleAcl
   |
   --ModulePrimitive
      |
      --ModuleCommon
         |
         --Base_ActionBarCommon
Author(s): Information Tags:
Version:  1.0
Copyright:  Copyright © 2008, Telaxus LLC
License:  MIT

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From ModuleCommon

ModuleCommon::Instance()
Singleton.

Inherited From ModulePrimitive

ModulePrimitive::__construct()
ModulePrimitive::check_access()
Checks access to function which name is passed as first parameter.
ModulePrimitive::create_data_dir()
Creates default data directory for module. Typical usage: in module installation
ModulePrimitive::get_data_dir()
Returns path to the default data directory for module calling this method.
ModulePrimitive::get_module_dir()
Returns path to the module directory.
ModulePrimitive::get_type()
Returns name(type) of module that called this function.
ModulePrimitive::get_type_with_bt()
ModulePrimitive::remove_data_dir()
Removes default data directory of a module. Typical usage: in module uninstallation

Inherited From ModuleAcl

ModuleAcl::acl_check()
ModuleAcl::add_aco()
ModuleAcl::del_aco()
ModuleAcl::get_type()

[ Top ]
Property Summary
static mixed   $available_icons  

[ Top ]
Method Summary
static void   add()  
static void   clean()  
static void   get()  
static void   user_settings()  

[ Top ]
Properties
static mixed   $available_icons = array(
'home'=>0,
'back'=>1,
'report'=>2,
'history'=>3,
'all'=>4,
'favorites'=>5,
'calendar'=>6,
'search'=>7,
'folder'=>8,
// 'new'=>6,
'edit'=>9,
'view'=>10,
'add'=>11,
'delete'=>12,
'save'=>13,
'print'=>14,
'clone'=>15,
'settings'=>16,
'scan'=>17,
'filter'=>18)
[line 19]
API Tags:
Access:  public


[ Top ]
Methods
static method add  [line 47]

  static void add( $type, $text, $action, [ $description = null]  )

Parameters:
   $type: 
   $text: 
   $action: 
   $description: 

API Tags:
Access:  public


[ Top ]
static method clean  [line 57]

  static void clean( )


API Tags:
Access:  public


[ Top ]
static method get  [line 53]

  static void get( )


API Tags:
Access:  public


[ Top ]
static method user_settings  [line 41]

  static void user_settings( )


API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 26 Dec 2008 21:37:28 -0500 by phpDocumentor 1.4.2