Class DibiException
dibi common exception.
Exception | --DibiException
Implements interfaces:
Direct Known Sub-classes:
| Constructor Summary | |
|---|---|
| public |
Construct a dibi exception.
|
| Method Summary | |
|---|---|
| string |
getId
()
Returns panel ID.
|
| mixed |
getPanel
()
Returns HTML code for custom panel.
|
| string |
getSql
()
|
| mixed |
getTab
()
Returns HTML code for custom tab.
|
| string |
__toString
()
|
| Methods Inherited From Exception (Internal Class) |
|---|
| constructor __construct ( [$message = ], [$code = ], [$previous = ] ), getCode ( ), getFile ( ), getLine ( ), getMessage ( ), getPrevious ( ), getTrace ( ), getTraceAsString ( ), __clone ( ), __toString ( ) |
| Variable Summary |
|---|
| Constructor Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 33 __constructpublic __construct ([string $message = Construct a dibi exception.
|
||||||||||||
| Method Details | ||||||
|---|---|---|---|---|---|---|
|
line 92 getIdpublic string getId () Returns panel ID.
|
||||||
|
line 81 getPanelpublic mixed getPanel () Returns HTML code for custom panel.
|
||||||
|
line 45 getSqlpublic string getSql ()
|
||||||
|
line 70 getTabpublic mixed getTab () Returns HTML code for custom tab.
|
||||||
|
line 55 __toStringpublic string __toString ()
|
||||||