Documentation home page

CFlickr.groups
Component Category

AbstractObject
  |
  +--groups.Category

Method Summary
public void addGroup(Group group)
public void addSubCat(Category subcat)
public numeric getCount()
public array getGroups()
public string getId()
public string getName()
public string getPath()
public string getPathIds()
public array getSubCats()
public Category parseXmlElement(any xmlnode)
public Group removeGroup(numeric position)
public Category removeSubCat(numeric position)
public void setCount(numeric count)
public void setGroups(array groups)
public void setId(string id)
public void setName(string name)
public void setPath(string path)
public void setPathIds(string pathids)
public void setSubCats(array subcats)

Methods inherited from AbstractObject
_iso_dateformat, _dump, _unix_dateformat
 

Method Detail

addGroup

public void addGroup(Group group)
Parameters:
Group group (Required)

addSubCat

public void addSubCat(Category subcat)
Parameters:
Category subcat (Required)

getCount

public numeric getCount()

getGroups

public array getGroups()

getId

public string getId()

getName

public string getName()

getPath

public string getPath()

getPathIds

public string getPathIds()

getSubCats

public array getSubCats()

parseXmlElement

public CFlickr.groups.Category parseXmlElement(any xmlnode)
Parameters:
any xmlnode (Required)

removeGroup

public CFlickr.groups.Group removeGroup(numeric position)
Parameters:
numeric position (Required)

removeSubCat

public CFlickr.groups.Category removeSubCat(numeric position)
Parameters:
numeric position (Required)

setCount

public void setCount(numeric count)
Parameters:
numeric count (Required)

setGroups

public void setGroups(array groups)
Parameters:
array groups (Required)

setId

public void setId(string id)
Parameters:
string id (Required)

setName

public void setName(string name)
Parameters:
string name (Required)

setPath

public void setPath(string path)
Parameters:
string path (Required)

setPathIds

public void setPathIds(string pathids)
Parameters:
string pathids (Required)

setSubCats

public void setSubCats(array subcats)
Parameters:
array subcats (Required)