|
Ubiquity 2.5.2
php rapid development framework
|
Public Member Functions | |
| __construct ($code, $title, $detail=null, $source=null, $status=null) | |
| getStatus () | |
| getCode () | |
| getSource () | |
| getTitle () | |
| getDetail () | |
| setStatus ($status) | |
| setCode ($code) | |
| setSource ($source) | |
| setTitle ($title) | |
| setDetail ($detail) | |
| asArray () | |
Static Public Member Functions | |
| static | notFound ($keyValues, $source=null) |
Private Attributes | |
| $status | |
| $code | |
| $source | |
| $title | |
| $detail | |
Definition at line 5 of file RestError.php.
| __construct | ( | $code, | |
| $title, | |||
$detail = null, |
|||
$source = null, |
|||
$status = null |
|||
| ) |
Definition at line 12 of file RestError.php.
| asArray | ( | ) |
Definition at line 100 of file RestError.php.
| getCode | ( | ) |
Definition at line 32 of file RestError.php.
| getDetail | ( | ) |
Definition at line 56 of file RestError.php.
| getSource | ( | ) |
Definition at line 40 of file RestError.php.
| getStatus | ( | ) |
Definition at line 24 of file RestError.php.
| getTitle | ( | ) |
Definition at line 48 of file RestError.php.
|
static |
Definition at line 120 of file RestError.php.
| setCode | ( | $code | ) |
| mixed | $code |
Definition at line 72 of file RestError.php.
| setDetail | ( | $detail | ) |
| string | $detail |
Definition at line 96 of file RestError.php.
| setSource | ( | $source | ) |
| string | $source |
Definition at line 80 of file RestError.php.
| setStatus | ( | $status | ) |
| string | $status |
Definition at line 64 of file RestError.php.
| setTitle | ( | $title | ) |
| mixed | $title |
Definition at line 88 of file RestError.php.
|
private |
Definition at line 7 of file RestError.php.
|
private |
Definition at line 10 of file RestError.php.
|
private |
Definition at line 8 of file RestError.php.
|
private |
Definition at line 6 of file RestError.php.
|
private |
Definition at line 9 of file RestError.php.