|
|
$newCreate a new object |
|
| Syntax | |
|
|
| Description | |
| Creates a new instance of the object <class> with
the parent object <parent_id> and the specified <name>. <name> and <parent_id> are optional: if not specified , <name> is assumed to be an empty string and <parent_id> default to 0 (parentless object). Please see the objects documentation for more informations. |
|
| Examples | |
|
|
| See also | |
| Objects documentation, delete |