CFAComponentHeader
in package
CFAComponentHeader Class component
Table of Contents
Properties
Methods
- addSubtitleStyle() : mixed
- addTitleStyle() : mixed
- icon() : mixed
- jsIconCall() : mixed
- subtitle() : mixed
- title() : mixed
Properties
$data
public
mixed
$data
= ['icon' => \null, 'title' => \null, 'subtitle' => \null, 'js-call' => \null, 'js-ico' => \null]
$type
public
mixed
$type
= 'header'
Methods
addSubtitleStyle()
public
addSubtitleStyle(mixed $data) : mixed
Parameters
- $data : mixed
addTitleStyle()
public
addTitleStyle(mixed $data) : mixed
Parameters
- $data : mixed
icon()
public
icon(mixed $data) : mixed
Parameters
- $data : mixed
jsIconCall()
public
jsIconCall(mixed $js_function, mixed $icon) : mixed
Parameters
- $js_function : mixed
- $icon : mixed
subtitle()
public
subtitle(mixed $data) : mixed
Parameters
- $data : mixed
title()
public
title(mixed $data) : mixed
Parameters
- $data : mixed