\Ceo\Core\UtilPath

Helps determine and generate paths.

Some substitutions are automatically created for you:

  • %clientPath% - Path to client's config directory

Summary

Methods
Properties
Constants
addPlaceholder()
get()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$placeholders
N/A

Properties

$placeholders

$placeholders : 

Type

Methods

addPlaceholder()

addPlaceholder(  $key,   $segment) : boolean

Add a placeholder substitution ``` Path::addPlaceholder('foo', 'bar/baz');

... Path::get('path/to/%foo%'); // path/to/bar/baz

Parameters

$key
$segment

Returns

boolean

get()

get() : string

Generate path

Returns

string —

joined path segments