trait LocatableTrait

LocatableTrait

Properties

protected string $location

Methods

$this
appendTo(string $location)

append to

$this
prependTo(string $location)

prepend to

Details

at line 37
$this appendTo(string $location)

append to

Parameters

string $location location

Return Value

$this

at line 50
$this prependTo(string $location)

prepend to

Parameters

string $location location

Return Value

$this