Public Member Functions | Data Fields | Protected Member Functions

MetaObject Class Reference

Inheritance diagram for MetaObject:
Inheritance graph
[legend]

Public Member Functions

 __construct (&$xmlArr)
 getModuleName ($name)
 getProperty ($propertyName)
 allowAccess ($access=null)

Data Fields

 $m_Name
 $m_Class
 $m_Package
 $m_Description
 $m_Access

Protected Member Functions

 readMetadata (&$xmlArr)
 readMetaCollection (&$xmlArr, &$metaList)
 prefixPackage ($name)
 getElementObject (&$xmlArr, $defaultClassName, $parentObj=null)

Detailed Description

Definition at line 25 of file sysclass_inc.php.


Member Function Documentation

allowAccess ( access = null )

Check is allow access?

BizSystem $g_BizSystem

Parameters:
<type>$access
Returns:
<type>

Reimplemented in EasyForm.

Definition at line 147 of file sysclass_inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

getProperty ( propertyName )

Get property

Parameters:
string$propertyName
Returns:
<type>

Reimplemented in BizDataObj_Abstract, BizDataObj_Lite, BizField, EasyForm, and Element.

Definition at line 133 of file sysclass_inc.php.

prefixPackage ( name ) [protected]

Set Prefix Package

Parameters:
string$name
Returns:
string

Definition at line 119 of file sysclass_inc.php.

Here is the caller graph for this function:

readMetaCollection ( &$  xmlArr,
&$  metaList 
) [protected]

Read metadata collection

Parameters:
array$xmlArr
array$metaList
Returns:
void

Definition at line 102 of file sysclass_inc.php.

Here is the caller graph for this function:

readMetadata ( &$  xmlArr ) [protected]

Read meta data

Parameters:
array$xmlArr
Returns:
void

Reimplemented in BizDataObj_Abstract, EasyForm, EasyFormGrouping, EasyFormTree, EasyView, EasyViewWizard, HTMLMenus, HTMLTabs, HTMLTree, doTriggerService, emailService, logService, and reportService.

Definition at line 70 of file sysclass_inc.php.


The documentation for this class was generated from the following file: