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

Class: Netvibes_Page

Source Location: /Netvibes/Page.php

Class Overview


Netvibes Page.

Variables

Methods



Class Details

[line 27] Netvibes Page.
[ Top ]

Class Variables

$_settings =

[line 41]

Page settings, for instance the theme information.

Tags:

access:  protected
Type:   array
[ Top ]

$_tabs =

[line 48]

Page tabs.

Tags:

access:  protected
Type:   array
[ Top ]

$_title =

[line 34]

Page title.

Tags:

access:  protected
Type:   string
[ Top ]

Class Methods


constructor __construct [line 55]

Netvibes_Page __construct( SimpleXMLElement $xml)
Constructor from a XML element.

Tags:

access:  public

Parameters:

SimpleXMLElement   $xml  
[ Top ]

method getSettings [line 108]

array getSettings( )
Returns the page settings.

Tags:

access:  public
[ Top ]

method getTab [line 139]

Netvibes_Tab getTab( int $tabId)
Retrieves a tab by giving its identifier.

Tags:

return:  Tab descriptor if it exists, otherwise null
access:  public

Parameters:

int   $tabId   The tab ID
[ Top ]

method getTabs [line 128]

array getTabs( )
Returns the tabs.

Tags:

access:  public
[ Top ]

method getTitle [line 88]

string getTitle( )
Returns the page title.

Tags:

access:  public
[ Top ]

method setSettings [line 98]

void setSettings( $settings)
Sets the page settings.

Tags:

access:  public

Parameters:

array   $settings  
[ Top ]

method setTabs [line 118]

void setTabs( $tabs)
Sets the tabs.

Tags:

access:  public

Parameters:

array   $tabs  
[ Top ]

method setTitle [line 78]

void setTitle( string $title)
Sets the page title.

Tags:

access:  public

Parameters:

string   $title  
[ Top ]

Documentation generated on Fri, 30 May 2008 16:46:43 +0200 by phpDocumentor 1.4.1