phpDocumentor

ThemeDirectoryRoot
in package
implements ThemeDirectoryRootInterface

Class ThemeDirectoryRoot

Interfaces, Classes and Traits

ThemeDirectoryRootInterface
Interface ThemeDirectoryRootInterface

Table of Contents

$path  : string
__construct()  : mixed
ThemeDirectoryRoot constructor.
create()  : ThemeDirectoryRoot
Named constructor of ThemeDirectoryRoot.
getPath()  : string
Returns an absolute path, which represents a theme directory.
hasPath()  : mixed
withPath()  : ThemeDirectoryRootInterface
Appends the given path to the internal theme path and returns a new ThemeDirectoryRoot instance.

Properties

Methods

getPath()

Returns an absolute path, which represents a theme directory.

public getPath() : string
Return values
string

hasPath()

public hasPath(string $path) : mixed
Parameters
$path : string

path to be checked

Return values
mixed

Search results