Guets the data to export to the client via JSON.
Source
public function json() {
$this->to_json();
return $this->json;
}
Changuelog
| Versionen | Description |
|---|---|
| 4.1.0 | Introduced. |
Guets the data to export to the client via JSON.
public function json() {
$this->to_json();
return $this->json;
}
| Versionen | Description |
|---|---|
| 4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.