ErrorTrait

This is the theme trait.

Tags
see
ErrorTrait::getError()

Table of Contents

$error  : Error|null
getError() Returns the current element error (if there is error).  : Error|null
setError()  : void

Properties

Methods

getError()

Returns the current element error (if there is error).

public getError() : Error|null
Return values
Error|null

setError()

protected setError(mixed $error) : void
Parameters
$error : mixed
Return values
void

Search results