PHP Interface Karlomikus\Theme\Contracts\ThemeInfoInterface

Afficher le fichier Open project: karlomikus/theme

Méthodes publiques

Méthode Description
getAuthor ( )
getDescription ( )
getName ( )
getNamespace ( )
getParent ( )
getPath ( )
getVersion ( )
setAuthor ( $author )
setDescription ( $description = null )
setName ( $name )
setNamespace ( $namespace )
setParent ( $parent )
setPath ( $path )
setVersion ( $version = null )

Method Details

getAuthor() public méthode

public getAuthor ( )

getDescription() public méthode

public getDescription ( )

getName() public méthode

public getName ( )

getNamespace() public méthode

public getNamespace ( )

getParent() public méthode

public getParent ( )

getPath() public méthode

public getPath ( )

getVersion() public méthode

public getVersion ( )

setAuthor() public méthode

public setAuthor ( $author )

setDescription() public méthode

public setDescription ( $description = null )

setName() public méthode

public setName ( $name )

setNamespace() public méthode

public setNamespace ( $namespace )

setParent() public méthode

public setParent ( $parent )

setPath() public méthode

public setPath ( $path )

setVersion() public méthode

public setVersion ( $version = null )