Property | Type | Description | |
---|---|---|---|
$_inline | string | inline style |
Method | Description | |
---|---|---|
__toString ( ) : string | stringify the style | |
appendInline ( string $inline = null ) : |
append inline style | |
clear ( ) : |
clear the style | |
prependInline ( string $inline = null ) : |
prepend inline style | |
render ( ) : string | render the style |
public appendInline ( string $inline = null ) : |
||
$inline | string | |
return |
public prependInline ( string $inline = null ) : |
||
$inline | string | |
return |
protected static string $_inline | ||
return | string |