Метод | Описание | |
---|---|---|
__construct ( ) | Constructor | |
_getContextSpecificHomepageHook ( ) : string | The application specific context home page hook name. | |
callback ( $hookName, $args ) : string | Callback that renders the block. | |
getBlockContext ( $contextId = null ) : integer | Get the block context (e.g. BLOCK_CONTEXT_. | |
getBlockTemplateFilename ( ) : string | Get the filename of the template block. (Default behavior may be overridden through some combination of this function and the getContents function.) Returning null from this function results in an empty display. | |
getContents ( $templateMgr, $request = null ) : string | Get the HTML contents for this block. | |
getContextMap ( ) : array | Get an associative array linking block context to hook name. | |
getEnabled ( $contextId = null ) : boolean | Determine whether or not this plugin is currently enabled. | |
getSeq ( $contextId = null ) | ||
getSupportedContexts ( ) : array | Get the supported contexts (e.g. BLOCK_CONTEXT_. | |
register ( $category, $path ) | ||
setBlockContext ( $context, $contextId = null ) | Set the block context (e.g. BLOCK_CONTEXT_. | |
setEnabled ( $enabled, $contextId = null ) | Set whether or not this plugin is currently enabled. | |
setSeq ( $seq, $contextId = null ) | Set the sequence information for this plugin. |
public _getContextSpecificHomepageHook ( ) : string | ||
Результат | string |
public getBlockContext ( $contextId = null ) : integer | ||
$contextId | int Context ID (journal/press) | |
Результат | integer |
public getBlockTemplateFilename ( ) : string | ||
Результат | string |
public getContents ( $templateMgr, $request = null ) : string | ||
$templateMgr | object | |
$request | PKPRequest (Optional for legacy plugins) | |
Результат | string |
public getContextMap ( ) : array | ||
Результат | array |
public getEnabled ( $contextId = null ) : boolean | ||
$contextId | int Context ID (journal/press) | |
Результат | boolean |
public getSeq ( $contextId = null ) | ||
$contextId | int Context ID (journal/press) |
public getSupportedContexts ( ) : array | ||
Результат | array |
public setBlockContext ( $context, $contextId = null ) | ||
$context | int Sidebar context | |
$contextId | int Context ID (journal/press) |
public setEnabled ( $enabled, $contextId = null ) | ||
$enabled | boolean | |
$contextId | int Context ID (journal/press) |
public setSeq ( $seq, $contextId = null ) | ||
$seq | int | |
$contextId | int Context ID (journal/press) |