UserFrosting API

ResourceLocation implements ResourceLocationInterface

ResourceLocation Class.

The representation of a location

Tags
author

Louis Charette

Table of Contents

$name string
$path string
$separator string
__construct() Constructor. mixed
getName() string
setName() static
getPath() string
setPath() static

Properties

Methods

__construct()

Constructor.

public __construct( $name : string [, $path : string|null = null ] ) : mixed
Parameters
$name : string
$path : string|null = null
Return values
mixed

setName()

public setName( $name : string ) : static
Parameters
$name : string
Return values
static

setPath()

public setPath( $path : string ) : static
Parameters
$path : string
Return values
static

Search results