phpDocumentor epesi-libs
exportxls
[ class tree: epesi-libs ] [ index: epesi-libs ] [ all elements ]

Class: Utils_ExportXLSCommon

Source Location: /modules/Utils/ExportXLS/ExportXLSCommon_0.php

Class Utils_ExportXLSCommon

Class Overview

Located in /modules/Utils/ExportXLS/ExportXLSCommon_0.php [line 12]

ModuleAcl
   |
   --ModulePrimitive
      |
      --ModuleCommon
         |
         --Utils_ExportXLSCommon
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   $row  

[ Top ]
Method Summary
void   BOF()  
void   EOF()  
void   write_number()  
void   write_row()  
void   write_string()  

[ Top ]
Properties
static mixed   $row = 0 [line 13]

[ Top ]
Methods
BOF  [line 15]

  void BOF( )



[ Top ]
EOF  [line 20]

  void EOF( )



[ Top ]
write_number  [line 24]

  void write_number( $row, $col, $value  )

Parameters:
   $row: 
   $col: 
   $value: 


[ Top ]
write_row  [line 33]

  void write_row( $arr  )

Parameters:
   $arr: 


[ Top ]
write_string  [line 28]

  void write_string( $row, $col, $value  )

Parameters:
   $row: 
   $col: 
   $value: 


[ Top ]

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