class Base64Encode extends Mutator (View source)

Encode a string using to base64.

Traits

Methods

mixed
__invoke(mixed $value)

Mutate the input value.

from  Mutator
static Makes
make()

Create a new instance of the class.

from  Makes
mixed
mutate(mixed $value)

Mutate the input value.

string
resolveStringInput(mixed $value)

No description

Details

final mixed __invoke(mixed $value)

Mutate the input value.

Parameters

mixed $value

Return Value

mixed

static Makes make()

Create a new instance of the class.

Return Value

Makes

mixed mutate(mixed $value)

Mutate the input value.

Parameters

mixed $value

Return Value

mixed

protected string resolveStringInput(mixed $value)

No description

Parameters

mixed $value

Return Value

string