Added list_expiring to show services expiring

This commit is contained in:
Deon George
2012-10-08 23:52:21 +11:00
parent 23247a5d4e
commit 59321a6877
7 changed files with 117 additions and 1 deletions

View File

@@ -41,6 +41,10 @@ class Model_Service_Plugin_Host extends Model_Service_Plugin {
return '';
}
public function expire() {
return $this->host_expire;
}
public function name() {
return sprintf('%s.%s',$this->display('domain_name'),$this->domain_tld->display('name'));
}