AddOnLink AddOnLink(
[
$name = ''], [
$file = '']
)
|
|
Parameters:
void setAddOnName(
String
$name
)
|
|
This defines the name of the AddOn to load.
This is the directory name below /addon/.
Parameters:
|
String |
$name: |
the name of the AddOn |
void setScript(
String
$name
)
|
|
This defines the PHP Script to load. The Script must have the extension .php
Parameters:
|
String |
$name: |
the script name without extension |