TypeTrait
trait TypeTrait (View source)
Provides functionality to check values for specific types.
Methods
bool
checkType(string $type, mixed $value)
Returns true
if value is of the specified type.
Details
at line 30
protected bool
checkType(string $type, mixed $value)
Returns true
if value is of the specified type.