TYPO3 API  SVNRelease
Public Member Functions | Protected Attributes
TYPO3Logo Class Reference

List of all members.

Public Member Functions

 __construct ()
 render ()
 setLogo ($logo)

Protected Attributes

 $logo

Detailed Description

Definition at line 38 of file class.typo3logo.php.


Constructor & Destructor Documentation

TYPO3Logo::__construct ( )

constructor

Returns:
void

Definition at line 47 of file class.typo3logo.php.


Member Function Documentation

TYPO3Logo::render ( )

renders the actual logo code

Returns:
string logo html code snippet to use in the backend

Definition at line 56 of file class.typo3logo.php.

References $GLOBALS, $logo, and t3lib_div\resolveBackPath().

TYPO3Logo::setLogo ( logo)

sets the logo

Parameters:
stringpath to logo file as seen from typo3/

Definition at line 86 of file class.typo3logo.php.

References $logo.


Member Data Documentation

TYPO3Logo::$logo [protected]

Definition at line 40 of file class.typo3logo.php.

Referenced by render(), and setLogo().


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