|
Contentbox
Represents a store's contentbox
Autogenerated note: this page is automatically generated from embedded documentation in the PHP source. OverviewConstructors
Methods
Constructor DetailContentboxpublic Contentbox(mixed uri, mixed credentials, mixed request_factory) Create a new instance of this class
Method Detailget_itempublic void get_item(mixed uri) Get an item from the contentbox
get_item_by_pathpublic void get_item_by_path(mixed path) Get an item from the contentbox using only it's path
make_search_uripublic void make_search_uri(mixed query, mixed max, mixed offset, mixed sort) parse_results_xmlpublic void parse_results_xml(mixed uri, mixed xml) Parse the results of a search on the contentbox.
searchpublic void search(mixed query, mixed max, mixed offset, mixed sort) Perform a search on the contentbox
search_to_resource_listpublic void search_to_resource_list(mixed query, mixed max, mixed offset) Perform a search on the contentbox. This method returns an empty ResourceList if the HTTP request fails for any reason.
search_to_triple_listpublic void search_to_triple_list(mixed query, mixed max, mixed offset) Perform a search on the contentbox
Generated by PHPDoctor 2RC2 | |
► Sign in to add a comment