added getSelfServiceSearchAttributes()
This commit is contained in:
parent
6044fa1f48
commit
e79d235e73
|
@ -655,6 +655,17 @@ class baseModule {
|
|||
else return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a list of possible search attributes for the self service.
|
||||
*
|
||||
* @return array attributes
|
||||
*/
|
||||
function getSelfServiceSearchAttributes() {
|
||||
if (isset($this->meta['selfServiceSearchAttributes']) && is_array($this->meta['selfServiceSearchAttributes'])) return $this->meta['selfServiceSearchAttributes'];
|
||||
else return array();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue