PHP Interface Karlomikus\Theme\Contracts\ThemeInfoInterface

Datei anzeigen Open project: karlomikus/theme

Public Methods

Method 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 method

public getAuthor ( )

getDescription() public method

public getDescription ( )

getName() public method

public getName ( )

getNamespace() public method

public getNamespace ( )

getParent() public method

public getParent ( )

getPath() public method

public getPath ( )

getVersion() public method

public getVersion ( )

setAuthor() public method

public setAuthor ( $author )

setDescription() public method

public setDescription ( $description = null )

setName() public method

public setName ( $name )

setNamespace() public method

public setNamespace ( $namespace )

setParent() public method

public setParent ( $parent )

setPath() public method

public setPath ( $path )

setVersion() public method

public setVersion ( $version = null )