phpDocumentor

CssGenerator
in package

Class CssGenerator

Table of Contents

ABSOLUTE_URL_PATTERN  = '#^https?://#'
$background  : BackgroundGroupOption
$border  : BorderGroupOption
$font  : FontGroupOption
$id  : string
$margin  : MarginGroupOption
$padding  : PaddingGroupOption
__toString()  : string
create()  : CssGenerator
setBackground()  : CssGenerator
setBorder()  : CssGenerator
setFont()  : CssGenerator
setMargin()  : CssGenerator
setPadding()  : CssGenerator
__construct()  : mixed
CssGenerator constructor.
getBackgroundStyle()  : string
getBorderStyle()  : string
getFontStyle()  : string
getMarginStyle()  : string
getPaddingStyle()  : string

Constants

ABSOLUTE_URL_PATTERN

protected mixed ABSOLUTE_URL_PATTERN = '#^https?://#'

Properties

Methods

__toString()

public __toString() : string
Return values
string

__construct()

CssGenerator constructor.

protected __construct(string $id) : mixed
Parameters
$id : string
Return values
mixed

Search results