phpDocumentor Naos_Form
[ class tree: Naos_Form ] [ index: Naos_Form ] [ all elements ]

Class: Naos_Form_XmlRequestSource

Source Location: /Form/XmlRequestSource.php

Class Naos_Form_XmlRequestSource

Class Overview

Naos_Form_XmlRequestSource provides support for the AJAX XML data source.

This class uses DOMXPath heavily.

Located in /Form/XmlRequestSource.php [line 26]

Naos_Form_AbstractSource
   |
   --Naos_Form_XmlRequestSource
Author(s):
Information Tags:
Copyright:  Copyright (c) 2008 Jupiter GmbH
License:  http://www.naos-framework.com/website.naos.framework/en/license

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Naos_Form_AbstractSource

Naos_Form_AbstractSource::getAvailableForms()
Returns an array with form identifier which are available for receiving.
Naos_Form_AbstractSource::getAvailableItems()
Returns an array with the available items and their titles of an specific form path.
Naos_Form_AbstractSource::getItemDescriptor()
Returns the item descriptor of an form path. The return value consists of an comma separated list of the available items and their input class.
Naos_Form_AbstractSource::getItemTitleDescriptor()
Returns the item titles of an form path. The value is in general an automatic generated value from the template compiler.
Naos_Form_AbstractSource::getItemValue()
Returns the value of an item path.
Naos_Form_AbstractSource::hasItemValue()
Checks for an value of an item path.

[ Top ]
Method Summary
void   getAvailableForms()  
void   getItemDescriptor()  
void   getItemTitleDescriptor()  
void   getItemValue()  
void   hasItemValue()  

[ Top ]
Methods
getAvailableForms  [line 32]

  void getAvailableForms( )


API Tags:
See:  Naos_Form_AbstractSource::getAvailableForms()
Access:  public


Redefinition of:
Naos_Form_AbstractSource::getAvailableForms()
Returns an array with form identifier which are available for receiving.

[ Top ]
getItemDescriptor  [line 51]

  void getItemDescriptor( $path  )

Parameters:
   $path: 

API Tags:
See:  Naos_Form_AbstractSource::getItemDescriptor()
Access:  protected


Redefinition of:
Naos_Form_AbstractSource::getItemDescriptor()
Returns the item descriptor of an form path. The return value consists of an comma separated list of the available items and their input class.

[ Top ]
getItemTitleDescriptor  [line 68]

  void getItemTitleDescriptor( $path  )

Parameters:
   $path: 

API Tags:
See:  Naos_Form_AbstractSource::getItemTitleDescriptor()
Access:  protected


Redefinition of:
Naos_Form_AbstractSource::getItemTitleDescriptor()
Returns the item titles of an form path. The value is in general an automatic generated value from the template compiler.

[ Top ]
getItemValue  [line 85]

  void getItemValue( $path  )

Parameters:
   $path: 

API Tags:
See:  Naos_Form_AbstractSource::getItemValue()
Access:  public


Redefinition of:
Naos_Form_AbstractSource::getItemValue()
Returns the value of an item path.

[ Top ]
hasItemValue  [line 108]

  void hasItemValue( $path  )

Parameters:
   $path: 

API Tags:
See:  Naos_Form_AbstractSource::hasItemValue()
Access:  public


Redefinition of:
Naos_Form_AbstractSource::hasItemValue()
Checks for an value of an item path.

[ Top ]

Documentation generated on Sat, 13 Sep 2008 01:41:04 -0400 by phpDocumentor 1.4.0