메소드 |
설명 |
|
__construct ( ) |
Constructor |
|
display ( $args, $request ) |
Display the plugin. |
|
executeCLI ( $scriptName, &$args ) |
|
|
exportIssues ( $issueIds, $context, $user ) : string |
Get the XML for a set of issues. |
|
exportSubmissions ( $submissionIds, $context, $user ) : string |
Get the XML for a set of submissions. |
|
getDescription ( ) : string |
Get the display description. |
|
getDisplayName ( ) : string |
Get the display name. |
|
getName ( ) : String |
Get the name of this plugin. The name must be unique within
its category. |
|
getPluginSettingsPrefix ( ) |
|
|
getTemplatePath ( $inCore = false ) |
|
|
importSubmissions ( $importXml, $filter, $deployment ) : array |
Get the XML for a set of submissions wrapped in a(n) issue(s). |
|
register ( $category, $path ) : boolean |
Called as a plugin is registered to the registry |
|
usage ( $scriptName ) |
|
|