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

Class: Utils_Calendar_EventCommon

Source Location: /modules/Utils/Calendar/Event/EventCommon_0.php

Class Utils_Calendar_EventCommon

Class Overview

This class provides interface for module common.

Located in /modules/Utils/Calendar/Event/EventCommon_0.php [line 4]

ModuleAcl
   |
   --ModulePrimitive
      |
      --ModuleCommon
         |
         --Utils_Calendar_EventCommon
Author(s): API Tags:
Abstract:  

Information Tags:
Version:  1.0
Copyright:  Copyright © 2006, Telaxus LLC

Methods

[ Top ]
Descendants
Child Class Description
CRM_Calendar_EventCommon Example event module
Tests_Calendar_EventCommon Example event module

[ 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 ]
Method Summary
static void   delete()  
static void   get()  
static void   get_all()  
static void   get_event_days()  
static void   update()  

[ Top ]
Methods
static method delete  [line 8]

  static void delete( $id  )

Parameters:
   $id: 

API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]
static method get  [line 7]

  static void get( $id  )

Parameters:
   $id: 

API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]
static method get_all  [line 6]

  static void get_all( $start, $end  )

Parameters:
   $start: 
   $end: 

API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]
static method get_event_days  [line 5]

  static void get_event_days( $start, $end  )

Parameters:
   $start: 
   $end: 

API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]
static method update  [line 9]

  static void update( &$id, $start_time, $duration, $timeless  )

Parameters:
   &$id: 
   $start_time: 
   $duration: 
   $timeless: 

API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]

Documentation generated on Fri, 26 Dec 2008 21:41:10 -0500 by phpDocumentor 1.4.2