Class: SmartyDesign

Source Location: /CORE/system/classes/smarty/SmartyDesign.php

Class SmartyDesign

Class Overview

This represents a Design which is chooseable in the Menu Administration.

Located in /CORE/system/classes/smarty/SmartyDesign.php [line 40]

MenuTemplate
   |
   --SmartyDesign
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: SmartyDesign.php,v 1.7 2008/06/09 20:32:55 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From MenuTemplate

MenuTemplate::getContentNames()
Returns an array of Strings, each String representing one Name of an additional Content piece.
MenuTemplate::getDescription()
Returns the Description of this Template.
MenuTemplate::getName()
Returns the Name of this Template.
MenuTemplate::getPortletColumns()
Returns an array of Strings, each String representing one Portlet column definition.
MenuTemplate::hasPortletSupport()
Returns whether this Layout supports dynamic Portlets.

[ Top ]
Method Summary
SmartyDesign   SmartyDesign()  
array   getContentNames()   Returns an array of Strings, each String representing one Name of an additional Content piece.
String   getDescription()  
String   getName()  
array   getPortletColumns()   Returns an array with names of Portlet columns. Array might be empty.
SmartyStylesheet   getStylesheet()  
SmartyTemplate   getTemplate()  
String   hasPortletSupport()  
void   setArray()  

[ Top ]
Methods
Constructor SmartyDesign  [line 49]

  SmartyDesign SmartyDesign( [ $name = null]  )

Parameters:
   $name: 


[ Top ]
getContentNames  [line 128]

  array getContentNames( )

Returns an array of Strings, each String representing one Name of an additional Content piece.

Each of these Content pieces will be editable as HTML Content. If an empty array or null is returned, no additional content columns are defined.


API Tags:
Return:  an array of Strings, an empty array or null


Redefinition of:
MenuTemplate::getContentNames()
Returns an array of Strings, each String representing one Name of an additional Content piece.

[ Top ]
getDescription  [line 92]

  String getDescription( )


API Tags:
Return:  the Design Description


Redefinition of:
MenuTemplate::getDescription()
Returns the Description of this Template.

[ Top ]
getName  [line 78]

  String getName( )


API Tags:
Return:  the Design Name


Redefinition of:
MenuTemplate::getName()
Returns the Name of this Template.

[ Top ]
getPortletColumns  [line 114]

  array getPortletColumns( )

Returns an array with names of Portlet columns. Array might be empty.


API Tags:
Return:  the supported Portlet columns


Redefinition of:
MenuTemplate::getPortletColumns()
Returns an array of Strings, each String representing one Portlet column definition.

[ Top ]
getStylesheet  [line 99]

  SmartyStylesheet getStylesheet( )


API Tags:
Return:  the associated Stylesheet


[ Top ]
getTemplate  [line 106]

  SmartyTemplate getTemplate( )


API Tags:
Return:  the associated Template


[ Top ]
hasPortletSupport  [line 85]

  String hasPortletSupport( )


API Tags:
Return:  the Design Description


Redefinition of:
MenuTemplate::hasPortletSupport()
Returns whether this Layout supports dynamic Portlets.

[ Top ]
setArray  [line 58]

  void setArray( $values  )

Parameters:
   $values: 

API Tags:
Access:  protected


[ Top ]