Skip to content
Snippets Groups Projects

Generate metadata from Perun

Merged Pavel Vyskočil requested to merge github/fork/vyskocilpavel/getSpMetadata into master
3 files
+ 148
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 31
0
<?php
$config = array(
/**
* Identifier of Proxy
*/
'proxyIdentifier' => '',
/**
* Name of facility attribute Proxy Identifiers
*/
'perunProxyIdentifierAttr' => '',
/**
* Name of facility attribute EntityID
*/
'perunProxyEntityIDAttr' => '',
/**
* Absolute path, where the metadata will be stored
*/
'absoluteFileName' => '',
/**
* List of attributes definitions
*/
'attributesDefinitions' => array(
// Name of attribute from perun => key which will be used in generated metadata
'perunAttrName' => 'metadataName',
),
);
\ No newline at end of file
Loading