class YesNoFilter

Methods

string
__invoke(bool $boolean)

Convert a boolean into a readable yes/no value

static 
get()

No description

Details

at line line 13
string __invoke(bool $boolean)

Convert a boolean into a readable yes/no value

Parameters

bool $boolean

Return Value

string Yes or No

at line line 20
static get()