Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
9148bd49
Commit
9148bd49
authored
Dec 02, 2015
by
Côme Chilliet
Committed by
Mortier Benoit
Dec 23, 2015
Browse files
Cleaned references class a bit
parent
dbfff507
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/generic/references/class_reference.inc
View file @
9148bd49
...
...
@@ -23,17 +23,17 @@ class reference extends simplePlugin
static
function
plInfo
()
{
return
array
(
"
plShortName
"
=>
_
(
"
References
"
),
"
plDescription
"
=>
_
(
"
References
"
),
"
plCategory
"
=>
array
(
'acl'
),
"
plObjectType
"
=>
array
(
'
plShortName
'
=>
_
(
'
References
'
),
'
plDescription
'
=>
_
(
'
References
'
),
'
plCategory
'
=>
array
(
'acl'
),
'
plObjectType
'
=>
array
(
'special'
=>
array
(
'name'
=>
'special'
)
),
'plPriority'
=>
10
,
"
plProvidedAcls
"
=>
array
()
'
plProvidedAcls
'
=>
array
()
);
}
...
...
@@ -77,6 +77,10 @@ class reference extends simplePlugin
$this
->
refs
=
$this
->
browseForeignKeys
(
'references'
);
}
function
check
()
{
}
function
save
()
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment