[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/utils/ -> export.php (summary)

(no description)

File Size: 370 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 22 files
 modules/Potentials/Potentials.php
 modules/CustomView/CustomView.php
 modules/Products/Products.php
 modules/Invoice/Invoice.php
 modules/Users/Users.php
 modules/Documents/Documents.php
 modules/PurchaseOrder/PurchaseOrder.php
 include/utils/UserInfoUtil.php
 modules/Quotes/Quotes.php
 modules/Accounts/Accounts.php
 modules/Leads/Leads.php
 modules/PickList/PickListUtils.php
 config.php
 include/utils/utils.php
 modules/SalesOrder/SalesOrder.php
 modules/Contacts/Contacts.php
 include/logging.php
 modules/HelpDesk/HelpDesk.php
 include/database/PearDatabase.php
 modules/Emails/Emails.php
 modules/Vendors/Vendors.php
 modules/Calendar/Activity.php

Defines 1 class

ExportUtils:: (4 methods):
  ExportUtils()
  __init()
  sanitizeValues()
  getInformationArray()

Defines 4 functions

  br2nl_vt()
  export()

Class: ExportUtils  - X-Ref

this class will provide utility functions to process the export data.
this is to make sure that the data is sanitized before sending for export

ExportUtils($module, $fields_array)   X-Ref
No description

__init($module, $fields_array)   X-Ref
No description

sanitizeValues($arr)   X-Ref
this function takes in an array of values for an user and sanitizes it for export

param: array $arr - the array of values

getInformationArray($module)   X-Ref
this function takes in a module name and returns the field information for it


Functions
Functions that are not part of a class:

br2nl_vt($str)   X-Ref
No description

export($type)   X-Ref
This function exports all the data for a given module
Param $type - module name
Return type text




Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1