31/10
2017
Wallogit.com
2017 © Pedro Peláez
First creates domstor builder:, (*1)
$builder = new Domstor_Builder();
Then build $domstor object, you must define two parameters org_id and location_id:, (*2)
$domstor = $builder->build(array(
'org_id' => 1, // Organisation id
'location_id' => 2004, // Location id
));
Get $list object. You must specify $page number by getting it through request or some other way, (*3)
$list = $domstor->getList($object, $action, $page);