Class CloudwordsIntendedUse

Description

Represents a project's intended use use in Cloudwords. An intended use represents what purpose a given project's content is intended for (e.g. Website, Product, Legal, etc.).

Located in /cloudwords_api.php (line 621)


	
			
Method Summary
CloudwordsIntendedUse __construct (array $params)
void getId ()
void getName ()
void setId ( $id)
void setName ( $name)
Methods
Constructor __construct (line 634)

Constructor used to create a Cloudwords intended use

  • id: int The intended use id
  • name: string The intended use name

  • access: public
CloudwordsIntendedUse __construct (array $params)
  • array $params: The parameters used to initialize an intended use instance
getId (line 643)
  • access: public
void getId ()
getName (line 651)
  • access: public
void getName ()
setId (line 647)
  • access: public
void setId ( $id)
  • $id
setName (line 655)
  • access: public
void setName ( $name)
  • $name

Documentation generated on Fri, 05 Aug 2011 11:54:18 -0700 by phpDocumentor 1.4.3