PHP Class Redaxscript\Head\Style

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Singleton, implements Redaxscript\Head\HeadInterface
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Свойство Type Description
$_inline string inline style

Méthodes publiques

Méthode Description
__toString ( ) : string stringify the style
appendInline ( string $inline = null ) : Style append inline style
clear ( ) : Style clear the style
prependInline ( string $inline = null ) : Style prepend inline style
render ( ) : string render the style

Method Details

__toString() public méthode

stringify the style
Since: 3.0.0
public __toString ( ) : string
Résultat string

appendInline() public méthode

append inline style
Since: 3.0.0
public appendInline ( string $inline = null ) : Style
$inline string
Résultat Style

clear() public méthode

clear the style
Since: 3.0.0
public clear ( ) : Style
Résultat Style

prependInline() public méthode

prepend inline style
Since: 3.0.0
public prependInline ( string $inline = null ) : Style
$inline string
Résultat Style

render() public méthode

render the style
Since: 3.0.0
public render ( ) : string
Résultat string

Property Details

$_inline protected_oe static_oe property

inline style
protected static string $_inline
Résultat string