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

Class: Naos_Form_HttpPostSource

Source Location: /Form/HttpPostSource.php

Class Naos_Form_HttpPostSource

Class Overview

Naos_Form_HttpPostSource implements the well known $_POST source as form data source.

Located in /Form/HttpPostSource.php [line 24]

Naos_Form_AbstractSource
   |
   --Naos_Form_HttpPostSource
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 30]

  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 54]

  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 67]

  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 80]

  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 91]

  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:40:48 -0400 by phpDocumentor 1.4.0