PHP Class Jarves\Configuration\ThemeContent

Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$file string Symfony paths recommended like "AppBundle:ControllerName:view.html.twig"
$label string
$requiredProperties
$rootName

Méthodes publiques

Méthode Description
getFile ( ) : string
getLabel ( ) : string
setFile ( string $file )
setLabel ( string $label )

Method Details

getFile() public méthode

public getFile ( ) : string
Résultat string

getLabel() public méthode

public getLabel ( ) : string
Résultat string

setFile() public méthode

public setFile ( string $file )
$file string

setLabel() public méthode

public setLabel ( string $label )
$label string

Property Details

$file protected_oe property

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

$label protected_oe property

protected string $label
Résultat string

$requiredProperties protected_oe property

protected $requiredProperties

$rootName protected_oe property

protected $rootName