Open Source Content Management System

midgard_replicator method export_by_guid

  1. Examples

Exports object by its guid.

bool export_by_guid(string guid);

Minimum version: 1.8.1

Method takes one parameter:

  • guid, guid which identifies object

Returns TRUE if object has been succesfully exported, FALSE otherwise. This method only updates object's metadata exported property, so the object's record is marked as exported.

This method is faster than export one. Internally, no new class instance is created.

Examples

midgard_replicator::export_by_guid($guid);

PHP midgard_replicator

Designed by Nemein, hosted by Anykey