Class: SmartyStylesheet

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

Class SmartyStylesheet

Class Overview

This represents a Stylesheet to be used in a SmartyDesign.

Located in /CORE/system/classes/smarty/SmartyStylesheet.php [line 35]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: SmartyStylesheet.php,v 1.4 2007/04/21 20:47:20 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
SmartyStylesheet   SmartyStylesheet()  
void   getDescription()  
SmartyStylesheet   getEditorStylesheet()   Returns the SmartyStylesheet that is used for the Editor.
void   getFilename()  
void   getFullFilename()   The absolute Filename on the hard drive.
void   getName()  
String   getURL()   Returns the URL for the Stylesheet, to be used in HTML.
void   setArray()  

[ Top ]
Methods
Constructor SmartyStylesheet  [line 42]

  SmartyStylesheet SmartyStylesheet( [ $name = null]  )

Parameters:
   $name: 


[ Top ]
getDescription  [line 71]

  void getDescription( )



[ Top ]
getEditorStylesheet  [line 83]

  SmartyStylesheet getEditorStylesheet( )

Returns the SmartyStylesheet that is used for the Editor.


API Tags:
Return:  he Editor Stylesheet


[ Top ]
getFilename  [line 75]

  void getFilename( )



[ Top ]
getFullFilename  [line 93]

  void getFullFilename( )

The absolute Filename on the hard drive.

DO NOT USE AS src ATTRIBUTE IN HTML!



[ Top ]
getName  [line 67]

  void getName( )



[ Top ]
getURL  [line 101]

  String getURL( )

Returns the URL for the Stylesheet, to be used in HTML.


API Tags:
Return:  the URL to the Stylesheet


[ Top ]
setArray  [line 51]

  void setArray( $values  )

Parameters:
   $values: 

API Tags:
Access:  protected


[ Top ]