ResourceLocationInterface
ResourceLocationInterface Interface.
Tags
Table of Contents
getName() | string | |
---|---|---|
setName() | static | |
getPath() | string | |
setPath() | static |
Methods
getName()
public
getName(
)
: string
Return values
stringsetName()
public
setName(
$name :
string
)
: static
Parameters
- $name : string
Return values
staticgetPath()
public
getPath(
)
: string
Return values
stringsetPath()
public
setPath(
$path :
string
)
: static
Parameters
- $path : string