Table of Contents
Methods
-
addCalendarNotFoundError()
: mixed
-
createByResult()
: static
-
createWithErrorText()
: static
-
getCalendar()
: Calendar
-
getFirstError()
: Error|null
-
isSuccessResult()
: mixed
-
setCalendar()
: $this
addCalendarNotFoundError()
public
addCalendarNotFoundError() : mixed
createByResult()
public
static createByResult(Result $result) : static
Parameters
-
$result
: Result
-
createWithErrorText()
public
static createWithErrorText(mixed $text[, mixed $code = 0 ]) : static
Parameters
-
$text
: mixed
-
-
$code
: mixed
= 0
-
getCalendar()
public
getCalendar() : Calendar
getFirstError()
public
getFirstError() : Error|null
isSuccessResult()
public
static isSuccessResult(Result $result) : mixed
Parameters
-
$result
: Result
-
setCalendar()
public
setCalendar(Calendar $calendar) : $this
Parameters
-
$calendar
: Calendar
-