class Append extends StringMutator (View source)

Append a string to the input.

Traits

Methods

__construct(string $append)

No description

mixed
__invoke(mixed $value)

Mutate the input value.

from  Mutator
static Append
make(string $append)

No description

mixed
mutate(mixed $value)

Mutate the input value.

string
mutateString(string $value)

No description

string
resolveStringInput(mixed $value)

No description

Details

__construct(string $append)

No description

Parameters

string $append

The string to append.

final mixed __invoke(mixed $value)

Mutate the input value.

Parameters

mixed $value

Return Value

mixed

static Append make(string $append)

No description

Parameters

string $append

The string to append.

Return Value

Append

final mixed mutate(mixed $value)

Mutate the input value.

Parameters

mixed $value

Return Value

mixed

protected string mutateString(string $value)

No description

Parameters

string $value

Return Value

string

protected string resolveStringInput(mixed $value)

No description

Parameters

mixed $value

Return Value

string