class Helpers

internal  
 

Template runtime helpers.

Methods

static string|null
stringOrNull(mixed $value)

Ensures the value is a string or returns null.

Details

at line 25
static string|null stringOrNull(mixed $value)

Ensures the value is a string or returns null.

Parameters

mixed $value

Return Value

string|null