PHP Class Zend_View_Helper_Skin

Author: Kevin Papst
Inheritance: extends Zend_View_Helper_Abstract
Show file Open project: kimai/kimai

Protected Properties

Property Type Description
$fileName string
$skinName string

Public Methods

Method Description
__toString ( )
getName ( ) : string
skin ( string $file = null ) : string

Method Details

__toString() public method

public __toString ( )

getName() public method

public getName ( ) : string
return string

skin() public method

public skin ( string $file = null ) : string
$file string
return string

Property Details

$fileName protected property

protected string $fileName
return string

$skinName protected property

protected string $skinName
return string