Added Revenue information
This commit is contained in:
@@ -16,6 +16,13 @@ class Model_Product_Plugin_Domain extends Model_Product_Plugin {
|
||||
|
||||
// Our required abstract methods
|
||||
public function admin_update() {}
|
||||
|
||||
public function cost($annual=FALSE) {
|
||||
$x = 0;
|
||||
|
||||
return $annual ? $x*12 : $x;
|
||||
}
|
||||
|
||||
public function feature_summary() {}
|
||||
|
||||
// @todo This is not used, but should be.
|
||||
@@ -37,5 +44,9 @@ class Model_Product_Plugin_Domain extends Model_Product_Plugin {
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
public function supplier() {
|
||||
return 'internal';
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user