PHP Class Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration

Inheritance: implements JsonSerializable
Mostra file Open project: sulu/sulu

Protected Properties

Property Type Description
$component string
$componentOptions array
$title string

Public Methods

Method Description
__construct ( string $title, string $component, array $componentOptions = [] )
getComponent ( ) : string Returns component-name.
getComponentOptions ( ) : array Returns component-options.
getTitle ( ) : string Returns title.
jsonSerialize ( )

Method Details

__construct() public method

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

getComponent() public method

Returns component-name.
public getComponent ( ) : string
return string

getComponentOptions() public method

Returns component-options.
public getComponentOptions ( ) : array
return array

getTitle() public method

Returns title.
public getTitle ( ) : string
return string

jsonSerialize() public method

public jsonSerialize ( )

Property Details

$component protected_oe property

protected string $component
return string

$componentOptions protected_oe property

protected array $componentOptions
return array

$title protected_oe property

protected string $title
return string