[ class tree: Gliffy ] [ index: Gliffy ] [ all elements ]

Class: GliffyTestAccount

Source Location: /GliffyTestAccount.php

Class Overview


Represents information about a Gliffy accont.


Variables

Methods



Class Details

[line 7]
Represents information about a Gliffy accont.



[ Top ]


Class Variables

$expiration_date =

[line 26]

Expiration date of the account, as a UNIX timestamp



Tags:

access:  public

Type:   integer


[ Top ]

$id =

[line 17]

The id of the account, not guaranteed to be stable



Tags:

access:  public

Type:   integer


[ Top ]

$max_users =

[line 20]

The maximum number of users allowed in this account



Tags:

access:  public

Type:   integer


[ Top ]

$name =

[line 11]

The name of the account



Tags:

access:  public

Type:   string


[ Top ]

$oAuthConsumerKey =

[line 35]

An OAuthConsumerKey to be used for testing purposes



Tags:

access:  public

Type:   string


[ Top ]

$oAuthConsumerSecret =

[line 39]

An OAuthConsumerSecret to be used for testing purposes



Tags:

access:  public

Type:   string


[ Top ]

$terms =

[line 23]

True if the account has agreed to the terms of service



Tags:

access:  public

Type:   boolean


[ Top ]

$type =

[line 14]

The type of the account. XSD has possible values



Tags:

access:  public

Type:   string


[ Top ]

$users =

[line 29]

The list of users in the account as @link GliffyUser objects (this may be null if the request didn't ask for them)



Tags:

access:  public

Type:   array


[ Top ]



Class Methods


static method from_response_xml [line 42]

static void from_response_xml( $response)



Tags:

access:  public


Parameters:

   $response  

[ Top ]

constructor __construct [line 64]

GliffyTestAccount __construct( $name, $type, $id, $max_users, $terms, $expiration_date, $users, $oAuthConsumerKey, $oAuthConsumerSecret)



Parameters:

   $name  
   $type  
   $id  
   $max_users  
   $terms  
   $expiration_date  
   $users  
   $oAuthConsumerKey  
   $oAuthConsumerSecret  

[ Top ]


Documentation generated on Mon, 13 Jul 2009 19:54:34 -0500 by phpDocumentor 1.4.1