PHP Class Zend_View_Helper_Skin

Author: Kevin Papst
Inheritance: extends Zend_View_Helper_Abstract
Afficher le fichier Open project: kimai/kimai

Protected Properties

Свойство Type Description
$fileName string
$skinName string

Méthodes publiques

Méthode Description
__toString ( )
getName ( ) : string
skin ( string $file = null ) : string

Method Details

__toString() public méthode

public __toString ( )

getName() public méthode

public getName ( ) : string
Résultat string

skin() public méthode

public skin ( string $file = null ) : string
$file string
Résultat string

Property Details

$fileName protected_oe property

protected string $fileName
Résultat string

$skinName protected_oe property

protected string $skinName
Résultat string