Added Revenue information
This commit is contained in:
@@ -19,10 +19,17 @@ abstract class Model_Product_Plugin extends ORM_OSB {
|
||||
*/
|
||||
abstract public function admin_update();
|
||||
|
||||
/**
|
||||
* The cost of this service
|
||||
*/
|
||||
abstract public function cost($annual=FALSE);
|
||||
|
||||
/**
|
||||
* The feature summary should be implemented in plugins.
|
||||
* It is displayed on the product overview page, as a summary of the products features.
|
||||
*/
|
||||
abstract public function feature_summary();
|
||||
|
||||
abstract public function supplier();
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user