class Formatting extends Model (View source)

Properties

bool $bold
bool $highlight
bool $italics
bool $strikethrough
string $style
bool $underline

Methods

setBold($bold)

No description

bool
getBold()

No description

setHighlight($highlight)

No description

bool
getHighlight()

No description

setItalics($italics)

No description

bool
getItalics()

No description

setStrikethrough($strikethrough)

No description

bool
getStrikethrough()

No description

setStyle($style)

No description

string
getStyle()

No description

setUnderline($underline)

No description

bool
getUnderline()

No description

Details

setBold($bold)

No description

Parameters

$bold

bool getBold()

No description

Return Value

bool

setHighlight($highlight)

No description

Parameters

$highlight

bool getHighlight()

No description

Return Value

bool

setItalics($italics)

No description

Parameters

$italics

bool getItalics()

No description

Return Value

bool

setStrikethrough($strikethrough)

No description

Parameters

$strikethrough

bool getStrikethrough()

No description

Return Value

bool

setStyle($style)

No description

Parameters

$style

string getStyle()

No description

Return Value

string

setUnderline($underline)

No description

Parameters

$underline

bool getUnderline()

No description

Return Value

bool