phpDocumentor epesi-tests
calendar-event
[ class tree: epesi-tests ] [ index: epesi-tests ] [ all elements ]

Class: Tests_Calendar_EventCommon

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

Class Tests_Calendar_EventCommon

Class Overview

Example event module

Located in /modules/Tests/Calendar/Event/EventCommon_0.php [line 13]

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

Methods

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

Inherited From Utils_Calendar_EventCommon

Utils_Calendar_EventCommon::delete()
Utils_Calendar_EventCommon::get()
Utils_Calendar_EventCommon::get_all()
Utils_Calendar_EventCommon::get_event_days()
Utils_Calendar_EventCommon::update()

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 26]

  static void delete( $id  )

Parameters:
   $id: 

API Tags:
Access:  public


Redefinition of:
Utils_Calendar_EventCommon::delete()

[ Top ]
static method get  [line 22]

  static void get( $id  )

Parameters:
   $id: 

API Tags:
Access:  public


Redefinition of:
Utils_Calendar_EventCommon::get()

[ Top ]
static method get_all  [line 18]

  static void get_all( $start, $end  )

Parameters:
   $start: 
   $end: 

API Tags:
Access:  public


Redefinition of:
Utils_Calendar_EventCommon::get_all()

[ Top ]
static method get_event_days  [line 14]

  static void get_event_days( $start, $end  )

Parameters:
   $start: 
   $end: 

API Tags:
Access:  public


Redefinition of:
Utils_Calendar_EventCommon::get_event_days()

[ Top ]
static method update  [line 31]

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

Parameters:
   &$id: 
   $start: 
   $duration: 
   $timeless: 

API Tags:
Access:  public


Redefinition of:
Utils_Calendar_EventCommon::update()

[ Top ]

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