XOOPS
2.6.0
|
Public Member Functions | |
getDescription () | |
getMode () | |
getName () | |
getPriority () | |
setPriority ($priority) | |
Protected Attributes | |
$priority = Manager::PRIORITY_MEDIUM | |
Definition at line 29 of file AbstractContract.php.
|
abstract |
getDescription - get human readable description of the service provider
Xoops\Core\Service\AbstractContract::getMode | ( | ) |
getMode - get the MODE for the contract. The MODE is set in the contract Interface, and permissible values defined in Manager
Definition at line 62 of file AbstractContract.php.
|
abstract |
getName - get a short name for this service provider. This should be unique within the scope of the named service, so using module dirname is suggested.
Xoops\Core\Service\AbstractContract::getPriority | ( | ) |
getPriority - get the priority for this contract provider
Definition at line 51 of file AbstractContract.php.
References Xoops\Core\Service\AbstractContract\$priority.
Xoops\Core\Service\AbstractContract::setPriority | ( | $priority | ) |
setPriority - set the priority for this contract provider
integer | $priority | - priority of this contract provider |
Definition at line 41 of file AbstractContract.php.
References Xoops\Core\Service\AbstractContract\$priority.
|
protected |
Definition at line 32 of file AbstractContract.php.
Referenced by Xoops\Core\Service\AbstractContract\getPriority(), and Xoops\Core\Service\AbstractContract\setPriority().