object
- Ariadne >
- Library >
- Ariadne 2.4 >
- Manuals >
- Programmers Reference >
- Classes >
- Object >
- Properties >
object(type, implements, path, parent, lastchanged)
Contains a number of usefull system wide properties.
| Argument | Description |
|---|---|
| (string) object.type | The exact classname of an object. |
| (string) object.implements | Matches any object that extends the classname, or is of the same type. |
| (string) object.path | The path of an object. |
| (string) object.parent | The path of the parent of an object. |
| (string) object.lastchanged | The timestamp of the last
save() called on an object. |

