PHP Класс Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration

Наследование: implements JsonSerializable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$component string
$componentOptions array
$title string

Открытые методы

Метод Описание
__construct ( string $title, string $component, array $componentOptions = [] )
getComponent ( ) : string Returns component-name.
getComponentOptions ( ) : array Returns component-options.
getTitle ( ) : string Returns title.
jsonSerialize ( )

Описание методов

__construct() публичный Метод

public __construct ( string $title, string $component, array $componentOptions = [] )
$title string
$component string
$componentOptions array

getComponent() публичный Метод

Returns component-name.
public getComponent ( ) : string
Результат string

getComponentOptions() публичный Метод

Returns component-options.
public getComponentOptions ( ) : array
Результат array

getTitle() публичный Метод

Returns title.
public getTitle ( ) : string
Результат string

jsonSerialize() публичный Метод

public jsonSerialize ( )

Описание свойств

$component защищенное свойство

protected string $component
Результат string

$componentOptions защищенное свойство

protected array $componentOptions
Результат array

$title защищенное свойство

protected string $title
Результат string