My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
StoreCollection  
Represents the collection of all platform stores.
Autogenerated
Updated Jan 13, 2010 by innovat...@gmail.com

note: this page is automatically generated from embedded documentation in the PHP source.

Overview

Fields inherited from Moriarty.SimpleGraph

Constructors

Methods

Methods inherited from Moriarty.SimpleGraph

Constructor Detail

StoreCollection

public StoreCollection(mixed uri, mixed credentials, mixed request_factory)

Create a new instance of this class

Param:
string uri URI of the store collection
Credentials credentials the credentials to use for authenticated requests (optional)

Method Detail

create_store

public void create_store(mixed name, mixed template_uri)

Create a new store on the platform. This is currently restricted to Talis administrators.

Param:
string name the name of the store
string template_uri the URI of the store template to use
Return:
HttpRequest

get_store_uris

public void get_store_uris()

Obtain the list of store URIs. The retrieve method must be called first.

Return:
array

Generated by PHPDoctor 2RC2


Sign in to add a comment