Class FileMaker_RelatedSet

Description

Related set description class. Contains all the information about a specific related set.

Located in /FileMaker/RelatedSet.php (line 27)


	
			
Method Summary
FileMaker_RelatedSet FileMaker_RelatedSet (FileMaker_Layout &$layout)
array &getFields ()
string getName ()
array listFields ()
Methods
Constructor FileMaker_RelatedSet (line 43)

Related set constructor.

FileMaker_RelatedSet FileMaker_RelatedSet (FileMaker_Layout &$layout)
  • FileMaker_Layout &$layout: The FileMaker_Layout object this related set is part of.
getField (line 74)

Returns the FileMaker_Field object describing $fieldName.

  • return: Either a Field object or an error.
FileMaker_Field|FileMaker_Error &getField (mixed $fieldName)
getFields (line 86)

Return an associative array with the names of all fields as keys, and the array values will be the associated FileMaker_Field objects.

  • return: Array of FileMaker_Field objects.
array &getFields ()
getName (line 53)

Returns the name of the related set this object describes.

  • return: Related set name.
string getName ()
listFields (line 64)

Return an array with the string names of all fields in this related set.

  • return: Simple list of string field names.
array listFields ()
loadExtendedInfo (line 96)

Load extended (FMPXMLLAYOUT) layout information.

  • return: True or an error.
boolean|FileMaker_Error loadExtendedInfo ()

Documentation generated on Thu, 06 Jul 2006 15:52:34 -0700 by phpDocumentor 1.2.3