Added Service Add, some internal consistency updates
This commit is contained in:
@@ -15,9 +15,8 @@ class Model_Product_Plugin_Host extends Model_Product_Plugin {
|
||||
}
|
||||
|
||||
// Our required abstract methods
|
||||
public function admin_update() {}
|
||||
|
||||
public function cost($annual=FALSE) {
|
||||
// @todo
|
||||
$x = 0;
|
||||
|
||||
return $annual ? $x*12 : $x;
|
||||
@@ -25,11 +24,14 @@ class Model_Product_Plugin_Host extends Model_Product_Plugin {
|
||||
|
||||
public function feature_summary() {}
|
||||
|
||||
// @todo This is not used, but should be.
|
||||
public function order_features() {}
|
||||
public function render_edit() {}
|
||||
|
||||
// @todo
|
||||
public function supplier() {
|
||||
return 'internal';
|
||||
}
|
||||
|
||||
// @todo This is not used, but should be.
|
||||
public function order_features() {}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user