add_aggregate_type_instance
delete_aggregate_type_instance
edit_aggregate_type_instance
find_aggregate_type_parameters
parse_aggregate_xml
resync_all_aggregate_type_instances
sync_aggregate_type_instance
add_aggregate_type_instance(\SHORT_TEXT $aggregate_label, \ID_TEXT $aggregate_type, array $_other_parameters, \?TIME $add_time= null
, \?TIME $edit_time= null
, boolean $sync= true
, boolean $uniqify= false
) : \AUTO_LINK
package | aggregate_types |
---|
\SHORT_TEXT
Label for new instance
\ID_TEXT
What the instance is of
array
Additional parameters
\?TIME
Add time (null: now)
\?TIME
Edit time (null: not edited yet)
boolean
Whether to activate it
boolean
Whether to force the name as unique, if there's a conflict
\AUTO_LINK
ID of the new instancedelete_aggregate_type_instance(\AUTO_LINK $id, boolean $delete_matches = false
)
package | aggregate_types |
---|
\AUTO_LINK
The ID
boolean
Whether to delete all associated resources
edit_aggregate_type_instance(\AUTO_LINK $id, \SHORT_TEXT $aggregate_label, \ID_TEXT $aggregate_type, array $_other_parameters, boolean $uniqify = false
)
package | aggregate_types |
---|
\AUTO_LINK
The ID
\SHORT_TEXT
Label for instance
\ID_TEXT
What the instance is of
array
Additional parameters
boolean
Whether to force the name as unique, if there's a conflict
find_aggregate_type_parameters(\ID_TEXT $aggregate_type) : array
package | aggregate_types |
---|
\ID_TEXT
Aggregate type to find parameters for
array
The aggregate type parametersparse_aggregate_xml(boolean $display_errors = false
) : array
package | aggregate_types |
---|
boolean
Whether errors should be displayed
array
The aggregate typesresync_all_aggregate_type_instances(\?ID_TEXT $type = null
)
package | aggregate_types |
---|
\?ID_TEXT
Restrict to this aggregate type (null: no restriction)
sync_aggregate_type_instance(\AUTO_LINK $id, \?SHORT_TEXT $aggregate_label= null
, \?SHORT_TEXT $old_aggregate_label= null
, \?ID_TEXT $aggregate_type= null
, \?array $other_parameters= null
, \?array $old_parameters= null
)
package | aggregate_types |
---|
\AUTO_LINK
The ID
\?SHORT_TEXT
Label for instance (null: lookup)
\?SHORT_TEXT
Old label for instance (null: lookup)
\?ID_TEXT
What the instance is of (null: lookup)
\?array
Additional parameters (null: lookup)
\?array
Old additional parameters (null: lookup)