PHP Doku:: The V8JsException class - class.v8jsexception.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The V8JsException class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Sonstige Grunderweiterungen
≥
V8 Javascript Engine Integration
≥
The V8JsException class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
V8 Javascript Engine Integration
<<
V8Js::registerExtension
V8JsException::getJsFileName
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Sonstige Grunderweiterungen
∧
V8 Javascript Engine Integration
The V8Js class
The V8JsException class
Einführung
Beispiele
Installation/Konfiguration
UnterSeiten:
∨
V8JsException::getJsFileName
∨
V8JsException::getJsLineNumber
∨
V8JsException::getJsSourceLine
∨
V8JsException::getJsTrace
The
V8JsException
class
Einführung
Klassenbeschreibung
V8JsException
extends
Exception
{
/* Properties */
protected
$JsFileName
;
protected
$JsLineNumber
;
protected
$JsSourceLine
;
protected
$JsTrace
;
/* Methods */
final
public
void
getJsFileName
(
void
)
final
public
void
getJsLineNumber
(
void
)
final
public
void
getJsSourceLine
(
void
)
final
public
void
getJsTrace
(
void
)
/* Inherited methods */
final
public
string
Exception::getMessage
(
void
)
final
public
Exception
Exception::getPrevious
(
void
)
final
public
int
Exception::getCode
(
void
)
final
public
string
Exception::getFile
(
void
)
final
public
int
Exception::getLine
(
void
)
final
public
array
Exception::getTrace
(
void
)
final
public
string
Exception::getTraceAsString
(
void
)
public
string
Exception::__toString
(
void
)
final
private
void
Exception::__clone
(
void
)
}
Eigenschaften
message
code
file
line
JsFileName
JsLineNumber
JsSourceLine
JsTrace
Inhaltsverzeichnis
V8JsException::getJsFileName
— The getJsFileName purpose
V8JsException::getJsLineNumber
— The getJsLineNumber purpose
V8JsException::getJsSourceLine
— The getJsSourceLine purpose
V8JsException::getJsTrace
— The getJsTrace purpose
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...