silverorange Code


Swat.SwatDetailsStore
/Swat/SwatDetailsStore.php at line 19

Class SwatDetailsStore

SwatObject
└─SwatDetailsStore

public class SwatDetailsStore
extends SwatObject

A data structure that can be used with the SwatDetailsView

A new details store is empty by default unless is it initialized with another object.

Copyright:
2006-2007 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
Todo:
Document parsePath().

Constructor Summary

SwatDetailsStore(stdClass base_object)

Creates a new details store.

Method Summary
private void

parsePath(mixed object, mixed path)

Constructor Detail

/Swat/SwatDetailsStore.php at line 52

SwatDetailsStore

public SwatDetailsStore(stdClass base_object)

Creates a new details store

Parameters:
base_object - optional. The object to initialize this details store with. Properties in this details store will be taken from the base object unless they are manually set on this details store.

Method Detail

/Swat/SwatDetailsStore.php at line 61

parsePath

private void parsePath(mixed object, mixed path)

silverorange Code