PhpExt : [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Object

Source Location: /PhpExt/Object.php

Class PhpExt_Object

Descendants
Child Class Description
PhpExt_Config_ConfigObject
PhpExt_Data_DataReader Abstract base class for reading structured data from a data source and converting it into an object containing PhpExt_Data_Record objects and metadata for use by an PhpExt_Data_Store. This class is intended to be extended and should not be created directly. For existing implementations.
PhpExt_Data_Record
PhpExt_Form_Action The subclasses of this class provide actions to perform upon Forms.
PhpExt_Grid_PropertyRecord
PhpExt_Grid_RowNumberer This is a utility class that can be passed into a PhpExt_Grid_ColumnModel as a column config that provides an automatic row numbering column.
PhpExt_Layout_ContainerLayout Every layout is composed of one or more Ext.Container elements internally, and ContainerLayout provides the basic foundation for all other layout classes in Ext.
PhpExt_MessageBox Provides attractive and customizable tooltips for any element. The QuickTips singleton is used to configure and manage tooltips globally for multiple elements in a generic manner. To create individual tooltips with maximum customizability, you should consider either Ext.Tip or Ext.ToolTip.
PhpExt_Observable
PhpExt_QuickTips Provides attractive and customizable tooltips for any element. The QuickTips singleton is used to configure and manage tooltips globally for multiple elements in a generic manner. To create individual tooltips with maximum customizability, you should consider either Ext.Tip or Ext.ToolTip.
PhpExt_Shadow Simple class that can provide a shadow effect for any element. Note that the element MUST be absolutely positioned, and the shadow does not provide any shimming. This should be used only in simple cases -- for more advanced functionality that can also provide the same shadow effect, see the Ext.Layer class.
PhpExt_Template Represents an HTML fragment template. Templates can be precompiled for greater performance. For a list of available format functions, see Ext.util.Format.
PhpExt_Toolbar_Item
PhpExt_Tree_RootTreeNodeUI This class provides the default UI implementation for root Ext TreeNodes. The RootTreeNode UI implementation allows customizing the appearance of the root tree node.
PhpExt_Tree_TreeNodeUI This class provides the default UI implementation for Ext TreeNodes. The TreeNode UI implementation is separate from the tree implementation, and allows customizing of the appearance of tree nodes.

[ Top ]
Property Summary
mixed   $_extClassName  
mixed   $_extConfigProperties  
mixed   $_validExtConfigProperties  
mixed   $_varName  

[ Top ]
Method Summary
static void   createMethodSignature()  
static JavascriptStm   getMethodInvokeStm()  
static void   isExtObject()  
PhpExt_Object   __construct()  
void   addValidConfigProperties()  
void   getConfigParams()  
void   getExtConfigProperty()  
void   getJavascript()  
void   paramToString()  
void   setExtClassInfo()  
void   setExtConfigProperty()  
void   __get()  
void   __set()  

[ Top ]
Properties
mixed   $_extClassName = "" [line 25]
API Tags:
Access:  protected


[ Top ]
mixed   $_extConfigProperties = array() [line 28]
API Tags:
Access:  protected


[ Top ]
mixed   $_validExtConfigProperties = array() [line 27]
API Tags:
Access:  protected


[ Top ]
mixed   $_varName = null [line 30]
API Tags:
Access:  protected


[ Top ]
Methods
static method createMethodSignature  [line 127]

  static void createMethodSignature( $methodName, [ $params = null], [ $static = false]  )

Parameters:
   $methodName: 
   $params: 
   $static: 

API Tags:
Access:  public


[ Top ]
static method getMethodInvokeStm  [line 135]

  static JavascriptStm getMethodInvokeStm( $instanceVarName, $methodSignature, [ $inline = false]  )

Parameters:
   $instanceVarName: 
   $methodSignature: 
   $inline: 

API Tags:
Access:  public


[ Top ]
static method isExtObject  [line 147]

  static void isExtObject( $value  )

Parameters:
   $value: 

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 32]

  PhpExt_Object __construct( )


API Tags:
Access:  protected


Redefined in descendants as:

[ Top ]
addValidConfigProperties  [line 39]

  void addValidConfigProperties( $validProperties  )

Parameters:
   $validProperties: 

API Tags:
Access:  protected


[ Top ]
getExtConfigProperty  [line 58]

  void getExtConfigProperty( $propName  )

Parameters:
   $propName: 

API Tags:
Access:  protected


[ Top ]
paramToString  [line 118]

  void paramToString( $name, $value  )

Parameters:
   $name: 
   $value: 

API Tags:
Access:  protected


[ Top ]
setExtClassInfo  [line 35]

  void setExtClassInfo( $extClassName, $xtype  )

Parameters:
   $extClassName: 
   $xtype: 

API Tags:
Access:  protected


Redefined in descendants as:

[ Top ]
setExtConfigProperty  [line 43]

  void setExtConfigProperty( $propName, $propValue  )

Parameters:
   $propName: 
   $propValue: 

API Tags:
Access:  protected


[ Top ]
__get  [line 66]

  void __get( $propName  )

Parameters:
   $propName: 

API Tags:
Access:  public


[ Top ]
__set  [line 52]

  void __set( $propName, $propValue  )

Parameters:
   $propName: 
   $propValue: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:57:23 -0500 by phpDocumentor 1.4.0