Class BreadCrumb

Description

Single bread crumb

  • version: 1.0

Located in /application/helpers/breadcrumbs.php (line 162)


	
			
Method Summary
BreadCrumb __construct (string $title, [string $url = null], [string $attributes = null])
array getAttributes (null 0)
string getTitle (null 0)
string getURL (null 0)
null setAttributes (array $value)
null setTitle (string $value)
null setURL (string $value)
Methods
Constructor __construct (line 194)

Construct the BreadCrumb

  • access: public
BreadCrumb __construct (string $title, [string $url = null], [string $attributes = null])
  • string $title: Crumb title, required
  • string $url: Crumb URL, optional
  • string $attributes: Additional crumb attributes like class etc. Optional
getAttributes (line 255)

Get attributes

  • access: public
array getAttributes (null 0)
  • null 0
getTitle (line 211)

Get title

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

Get URL

  • access: public
string getURL (null 0)
  • null 0
setAttributes (line 266)

Set attributes value

  • access: public
null setAttributes (array $value)
  • array $value
setTitle (line 222)

Set title value

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

Set URL value

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

Documentation generated on Wed, 23 Jan 2008 01:58:20 +0000 by phpDocumentor 1.4.0