SwatObject
└─SwatDetailsStore
public class SwatDetailsStore
extends SwatObject
| Constructor Summary | |
|---|---|
SwatDetailsStore(stdClass base_object) Creates a new details store. |
|
| Method Summary | |
|---|---|
| private void | parsePath(mixed object, mixed path) |
public SwatDetailsStore(stdClass base_object)
Creates a new details store
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.private void parsePath(mixed object, mixed path)
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.