Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Member Functions | List of all members
AfsHelperBase Class Reference

Add magic so that getter methods can be called the same way as properties. More...

Inheritance diagram for AfsHelperBase:
AfsAcpReplyHelper AfsAcpReplysetHelper AfsBaseReplyHelper AfsBaseReplysetHelper AfsClientDataHelperBase AfsClusterHelper AfsConceptHelper AfsConceptManager AfsFacetHelper AfsFacetValueHelper AfsHeaderHelper AfsMetaHelper AfsPafUploadReply AfsPagerHelper AfsSpellcheckHelper AfsSpellcheckManager

Public Member Functions

 __get ($name)
 Simple property helper.

Detailed Description

Add magic so that getter methods can be called the same way as properties.

Member Function Documentation

__get (   $name)

Simple property helper.

Convenient way to access get_XXX methods through property call.

Parameters
$name[in] name of the required property.
Returns
value of the property.