PHP Class Jarves\Configuration\ThemeContent

Inheritance: extends Model
Datei anzeigen Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$file string Symfony paths recommended like "AppBundle:ControllerName:view.html.twig"
$label string
$requiredProperties
$rootName

Public Methods

Method Description
getFile ( ) : string
getLabel ( ) : string
setFile ( string $file )
setLabel ( string $label )

Method Details

getFile() public method

public getFile ( ) : string
return string

getLabel() public method

public getLabel ( ) : string
return string

setFile() public method

public setFile ( string $file )
$file string

setLabel() public method

public setLabel ( string $label )
$label string

Property Details

$file protected_oe property

Symfony paths recommended like "AppBundle:ControllerName:view.html.twig"
protected string $file
return string

$label protected_oe property

protected string $label
return string

$requiredProperties protected_oe property

protected $requiredProperties

$rootName protected_oe property

protected $rootName