Public Member Functions

FooterCategory Class Reference
[Press]

Describes basic FooterCategory properties. More...

List of all members.

Public Member Functions

 FooterCategory ()
 getDescription ($locale)
 getLinks ()
 getLocalizedDescription ()
 getLocalizedTitle ()
 getPath ()
 getPressId ()
 getTitle ($locale)
 setDescription ($description, $locale)
 setPath ($path)
 setPressId ($pressId)
 setTitle ($title, $locale)

Detailed Description

Describes basic FooterCategory properties.

See also:
FooterCategoryDAO

Definition at line 16 of file FooterCategory.inc.php.


Member Function Documentation

FooterCategory.FooterCategory (  ) 

Constructor.

Definition at line 20 of file FooterCategory.inc.php.

FooterCategory.getDescription ( locale  ) 

Get description of category.

Parameters:
$locale string
Returns:
string

Definition at line 95 of file FooterCategory.inc.php.

FooterCategory.getLinks (  ) 

Retrieve the links in this category.

Returns:
array

Definition at line 112 of file FooterCategory.inc.php.

References getPressId().

FooterCategory.getLocalizedDescription (  ) 

Get localized description of the category.

Returns:
string

Definition at line 86 of file FooterCategory.inc.php.

FooterCategory.getLocalizedTitle (  ) 

Get localized title of the category.

Returns:
string

Definition at line 60 of file FooterCategory.inc.php.

FooterCategory.getPath (  ) 

Get category path.

Returns:
string

Definition at line 44 of file FooterCategory.inc.php.

FooterCategory.getPressId (  ) 

Get ID of press.

Returns:
int

Definition at line 28 of file FooterCategory.inc.php.

Referenced by getLinks().

FooterCategory.getTitle ( locale  ) 

Get title of category.

Parameters:
$locale string
Returns:
string

Definition at line 69 of file FooterCategory.inc.php.

FooterCategory.setDescription ( description,
locale 
)

Set description of category.

Parameters:
$description string
$locale string

Definition at line 104 of file FooterCategory.inc.php.

FooterCategory.setPath ( path  ) 

Set category path.

Parameters:
$path string

Definition at line 52 of file FooterCategory.inc.php.

FooterCategory.setPressId ( pressId  ) 

Set ID of press.

Parameters:
$pressId int

Definition at line 36 of file FooterCategory.inc.php.

FooterCategory.setTitle ( title,
locale 
)

Set title of category.

Parameters:
$title string
$locale string

Definition at line 78 of file FooterCategory.inc.php.


The documentation for this class was generated from the following file: