PHP Class Karlomikus\Theme\ThemeInfo

Inheritance: implements Karlomikus\Theme\Contracts\ThemeInfoInterface
Datei anzeigen Open project: karlomikus/theme Class Usage Examples

Public Methods

Method Description
__toString ( ) : string
getAuthor ( ) : string
getDescription ( ) : null | string
getName ( ) : string
getNamespace ( ) : string
getParent ( ) : ThemeInfo | null
getPath ( ) : string
getVersion ( ) : string
setAuthor ( string $author )
setDescription ( null | string $description = null )
setName ( string $name )
setNamespace ( string $namespace )
setParent ( ThemeInfo | null $parent )
setPath ( string $path )
setVersion ( string $version = null )

Method Details

__toString() public method

public __toString ( ) : string
return string

getAuthor() public method

public getAuthor ( ) : string
return string

getDescription() public method

public getDescription ( ) : null | string
return null | string

getName() public method

public getName ( ) : string
return string

getNamespace() public method

public getNamespace ( ) : string
return string

getParent() public method

public getParent ( ) : ThemeInfo | null
return ThemeInfo | null

getPath() public method

public getPath ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

setAuthor() public method

public setAuthor ( string $author )
$author string

setDescription() public method

public setDescription ( null | string $description = null )
$description null | string

setName() public method

public setName ( string $name )
$name string

setNamespace() public method

public setNamespace ( string $namespace )
$namespace string

setParent() public method

public setParent ( ThemeInfo | null $parent )
$parent ThemeInfo | null

setPath() public method

public setPath ( string $path )
$path string

setVersion() public method

public setVersion ( string $version = null )
$version string