diff options
Diffstat (limited to 'engine/lib/relationships.php')
-rw-r--r-- | engine/lib/relationships.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index 61234695d..c98ce3a9a 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -121,6 +121,19 @@ // EXPORTABLE INTERFACE //////////////////////////////////////////////////////////// /** + * Return an array of fields which can be exported. + */ + public function getExportableValues() + { + return array( + 'id', + 'guid_one', + 'relationship', + 'guid_two' + ); + } + + /** * Export this relationship * * @return array |