Class TabbedNavigationItem

Description

Single tabbed navigation item

  • version: 1.0

Located in /application/helpers/tabbednavigation.php (line 41)


	
			
Method Summary
TabbedNavigationItem __construct (string $id, string $title, string $url, [boolean $selected = false], [array $attributes = null])
string getID (null 0)
boolean getSelected (null 0)
string getTitle (null 0)
string getURL (null 0)
null setID (string $value)
null setSelected (boolean $value)
null setTitle (string $value)
null setURL (string $value)
Methods
Constructor __construct (line 82)

Construct the TabbedNavigationItem

  • access: public
TabbedNavigationItem __construct (string $id, string $title, string $url, [boolean $selected = false], [array $attributes = null])
  • string $id
  • string $title
  • string $url
  • boolean $selected
  • array $attributes
getID (line 100)

Get id

  • access: public
string getID (null 0)
  • null 0
getSelected (line 166)

Get selecteed

  • access: public
boolean getSelected (null 0)
  • null 0
getTitle (line 122)

Get title

  • access: public
string getTitle (null 0)
  • null 0
getURL (line 144)

Get url

  • access: public
string getURL (null 0)
  • null 0
setID (line 111)

Set id value

  • access: public
null setID (string $value)
  • string $value
setSelected (line 177)

Set selecteed value

  • access: public
null setSelected (boolean $value)
  • boolean $value
setTitle (line 133)

Set title value

  • access: public
null setTitle (string $value)
  • string $value
setURL (line 155)

Set url value

  • access: public
null setURL (string $value)
  • string $value

Documentation generated on Wed, 23 Jan 2008 01:59:41 +0000 by phpDocumentor 1.4.0