Base64Encode
class Base64Encode extends Mutator (View source)
Encode a string using to base64.
Traits
Methods
mixed
mutate(mixed $value)
Mutate the input value.
Details
in
Makes at line 12
static Makes
make()
Create a new instance of the class.
mixed
mutate(mixed $value)
Mutate the input value.
protected string
resolveStringInput(mixed $value)
No description