Consistent phpdoc entries

This commit is contained in:
Deon George
2013-03-20 09:35:19 +11:00
parent 2cdd130d1a
commit f2816dd902
207 changed files with 570 additions and 743 deletions

View File

@@ -3,12 +3,11 @@
/**
* This class looks after ADSL products
*
* @package OSB
* @subpackage Product
* @category Helpers
* @package ADSL
* @category Product
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class ADSL {
// Map the table fields

View File

@@ -3,11 +3,10 @@
/**
* This class supports ADSL Plans
*
* @package OSB
* @subpackage ADSL
* @package ADSL
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Adsl_Plan extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class supports ADSL Suppliers
*
* @package OSB
* @subpackage ADSL
* @package ADSL
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Adsl_Supplier extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class supports ADSL Plans
*
* @package OSB
* @subpackage ADSL
* @package ADSL
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Adsl_Supplier_Plan extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class supports ADSL products
*
* @package OSB
* @subpackage Product/ADSL
* @package ADSL
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Product_Plugin_ADSL extends Model_Product_Plugin {

View File

@@ -3,11 +3,10 @@
/**
* This class supports Services
*
* @package OSB
* @subpackage ADSL
* @package ADSL
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Service_Plugin_Adsl extends Model_Service_Plugin {

View File

@@ -3,11 +3,10 @@
/**
* This class supports Services Traffic for ADSL
*
* @package OSB
* @subpackage Service
* @package ADSL
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Service_Plugin_Adsl_Traffic extends ORM_OSB {

View File

@@ -3,12 +3,11 @@
/**
* This class will take care of ADSL Traffic.
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package ADSL
* @category Service
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Traffic_Adsl {
protected $so;

View File

@@ -6,11 +6,10 @@
* Traffic information is collected by each service, and cached,
* returning just the date in question.
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package ADSL
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Traffic_Adsl_Exetelhspa extends Service_Traffic_Adsl {

View File

@@ -6,11 +6,10 @@
* Traffic information is collected by each service, and cached,
* returning just the date in question.
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package ADSL
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Traffic_Adsl_Exetelpe extends Service_Traffic_Adsl {

View File

@@ -3,11 +3,10 @@
/**
* This class is able to collect traffic information for Exetel VISP
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package ADSL
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Traffic_Adsl_Exetelvisp extends Service_Traffic_Adsl {

View File

@@ -3,11 +3,10 @@
/**
* This class is able to collect traffic information for People Agent
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package ADSL
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Traffic_ADSL_PeopleAgent extends Service_Traffic_ADSL {

View File

@@ -6,11 +6,10 @@
* Traffic information is collected by each service, and cached,
* returning just the date in question.
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package ADSL
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Traffic_ADSL_iiNetADSL extends Service_Traffic_ADSL {

View File

@@ -3,11 +3,10 @@
/**
* This class supports affiliates
*
* @package OSB
* @subpackage Affiliate
* @package Affiliate
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Affiliate extends ORM_OSB {

View File

@@ -3,12 +3,11 @@
/**
* This class provides a order cart
*
* @package OSB
* @subpackage Cart
* @package Cart
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Cart {
private $id = NULL;

View File

@@ -3,12 +3,11 @@
/**
* This class provides a Cart Item
*
* @package OSB
* @subpackage Cart
* @package Cart
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Cart_Item {
// Quantity

View File

@@ -3,12 +3,11 @@
/**
* This interface ensures that all cart processing objects have the right methods
*
* @package OSB
* @subpackage Cart
* @category Helpers
* @package Cart
* @category Interface
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
interface Cartable {
// Render a cart line item.

View File

@@ -3,12 +3,11 @@
/**
* This class provides a order cart
*
* @package OSB
* @subpackage Cart
* @package Cart
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Cart extends Controller_TemplateDefault {
/**

View File

@@ -3,11 +3,10 @@
/**
* This class supports a product cart
*
* @package OSB
* @subpackage Cart
* @package Cart
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Cart extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class provides charge capabilities.
*
* @package OSB
* @subpackage Charge
* @package Charge
* @category Controllers/Admin
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Admin_Charge extends Controller_TemplateDefault_Admin {

View File

@@ -3,11 +3,10 @@
/**
* This class provides charge item capabilities.
*
* @package OSB
* @subpackage Charge
* @package Charge
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Charge extends ORM_OSB {

View File

@@ -3,12 +3,11 @@
/**
* This class provides CHECKOUT Plugin Support
*
* @package OSB
* @subpackage Checkout Plugins
* @package Checkout
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
* @todo Does this need to be Serializable?
*/
abstract class Checkout_Plugin implements Serializable {

View File

@@ -3,12 +3,11 @@
/**
* This class provides PAYPAL support
*
* @package OSB
* @subpackage Plugins/Paypal
* @package Checkout
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
abstract class Checkout_Plugin_Paypal extends Checkout_Plugin {
protected $url_prod = 'www.paypal.com';

View File

@@ -3,12 +3,11 @@
/**
* This class provides PAYPAL CART support
*
* @package OSB
* @subpackage Plugins/Paypal
* @package Checkout
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Checkout_Plugin_Paypal_Cart extends Checkout_Plugin_Paypal {
private $test_mode = FALSE;

View File

@@ -3,11 +3,10 @@
/**
* This class provides checkout capabilities.
*
* @package OSB
* @subpackage Checkout
* @package Checkout
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Checkout extends Controller_TemplateDefault {

View File

@@ -3,11 +3,10 @@
/**
* This class provides checkout capabilities.
*
* @package OSB
* @subpackage Checkout
* @package Checkout
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Checkout extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class provides checkout capabilities.
*
* @package OSB
* @subpackage Checkout
* @package Checkout
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Checkout_Notify extends ORM_OSB {

View File

@@ -3,12 +3,11 @@
/**
* This class looks after DOMAIN NAME products
*
* @package OSB
* @subpackage Product
* @package Domain
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class DOMAIN {
/**

View File

@@ -3,11 +3,10 @@
/**
* This class supports Domain TLD Registrars
*
* @package OSB
* @subpackage Host_TLD_Registrar
* @package Domain
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Domain_Registrar extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class supports Domain TLD
*
* @package OSB
* @subpackage Domains
* @package Domain
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Domain_Tld extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class supports DOMAIN products
*
* @package OSB
* @subpackage Product/Domain
* @category Models
* @package Domain
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Product_Plugin_DOMAIN extends Model_Product_Plugin {

View File

@@ -3,11 +3,10 @@
/**
* This class supports Services
*
* @package OSB
* @subpackage DOMAIN
* @package Domain
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Service_Plugin_Domain extends Model_Service_Plugin {

View File

@@ -3,12 +3,11 @@
/**
* This class will take care of Domain Registrars.
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package Domain
* @category Service
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
abstract class Service_Domain {
protected $so;

View File

@@ -3,11 +3,10 @@
/**
* This class is able to interact with TPP
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package Domain
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Domain_Manual extends Service_Domain {

View File

@@ -3,11 +3,10 @@
/**
* This class is able to interact with TPP
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package Domain
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Domain_PlanetDomain extends Service_Domain {

View File

@@ -3,11 +3,10 @@
/**
* This class is able to interact with TPP
*
* @package OSB
* @subpackage Service
* @category Helpers
* @package Domain
* @category Service
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Service_Domain_TPP extends Service_Domain {

View File

@@ -3,12 +3,11 @@
/**
* This class provides Admin Email management
*
* @package lnApp
* @subpackage Page/Email
* @category Controllers
* @package Email
* @category Controllers/Admin
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Admin_Email extends Controller_TemplateDefault_Admin {
protected $secure_actions = array(

View File

@@ -3,12 +3,11 @@
/**
* This class provides email management
*
* @package lnApp
* @subpackage Page/Email
* @package Email
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Email extends Controller_TemplateDefault {
}

View File

@@ -3,12 +3,11 @@
/**
* This class provides email management
*
* @package lnApp
* @subpackage Page/Email
* @package Email
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_EmailTemplate extends Controller_TemplateDefault {
}

View File

@@ -3,12 +3,11 @@
/**
* This class provides User Email View functions
*
* @package OSB
* @subpackage Email
* @package Email
* @category Controllers/User
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_User_Email extends Controller_TemplateDefault_User {
protected $secure_actions = array(

View File

@@ -3,12 +3,11 @@
/**
* This class provides email template functions
*
* @package OSB
* @subpackage Email_Template
* @package Email
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Email_Template {
// We'll store the template here

View File

@@ -3,11 +3,10 @@
/**
* This class supports Email Logging
*
* @package OSB
* @subpackage Email
* @package Email
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Email_Log extends ORM_OSB {

View File

@@ -2,12 +2,11 @@
/**
*
* @package OSB
* @subpackage EmailTemplate
* @package Email
* @category Models
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Email_Template extends ORM_OSB {
protected $_has_many = array(

View File

@@ -2,12 +2,11 @@
/**
*
* @package OSB
* @subpackage EmailTemplate
* @package Email
* @category Models
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Email_Template_Translate extends ORM_OSB {
// This module doesnt keep track of column updates automatically

View File

@@ -3,11 +3,10 @@
/**
* This class provides OSB exporting capabilities.
*
* @package OSB
* @subpackage Export
* @package Export
* @category Controllers/Admin
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Admin_Export extends Controller_TemplateDefault_Admin {

View File

@@ -3,11 +3,10 @@
/**
* This class provides OSB exporting capabilities.
*
* @package OSB
* @subpackage Export
* @package Export
* @category Controllers/Affiliate
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Affiliate_Export extends Controller_TemplateDefault_Affiliate {

View File

@@ -3,12 +3,11 @@
/**
* This class provides service management
*
* @package lnApp
* @subpackage Page/Export
* @package Export
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Export extends Controller_TemplateDefault {
}

View File

@@ -3,11 +3,10 @@
/**
* This class provides OSB exporting capabilities for OSB.
*
* @package OSB
* @subpackage Export
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Export {

View File

@@ -3,11 +3,10 @@
/**
* This class provides OSB exporting capabilities for Quickbooks.
*
* @package OSB
* @subpackage Export/Quicken
* @category Controllers/Admin
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Export_Quicken extends Export {

View File

@@ -3,11 +3,10 @@
/**
* This class supports OSB exporting by rending the exportable items.
*
* @package OSB
* @subpackage Export
* @category Models
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Export extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This is the abstract class for all export capabilities.
*
* @package OSB
* @subpackage Export
* @category Classes/Abstract
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
abstract class OSBExport {

View File

@@ -3,11 +3,10 @@
/**
* This class provides Quicken exporting capabilities.
*
* @package OSB
* @subpackage Export
* @category Classes/Quicken
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Quicken extends OSBExport {

View File

@@ -3,11 +3,10 @@
/**
* This class provides Quicken exporting capabilities.
*
* @package OSB
* @subpackage Export
* @category Classes/Quicken
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Quicken_Invoice extends Quicken {

View File

@@ -3,11 +3,10 @@
/**
* This class provides Quicken exporting capabilities.
*
* @package OSB
* @subpackage Export
* @category Classes/Quicken
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Quicken_InvoiceItem extends Quicken {

View File

@@ -3,11 +3,10 @@
/**
* This class provides Quicken exporting capabilities.
*
* @package OSB
* @subpackage Export
* @category Classes/Quicken
* @package Export
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Quicken_Payment extends Quicken {

View File

@@ -3,11 +3,10 @@
/**
* This class provides access to Google's Chart API
*
* @package lnApp
* @subpackage GoogleChart
* @package GoogleChart
* @category Helper
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class GoogleChart implements Iterator,Countable {

View File

@@ -3,11 +3,10 @@
/**
* This class provides access to Google's Chart API
*
* @package lnApp
* @subpackage GoogleChart
* @package GoogleChart
* @category Helper
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
class GoogleChart_ComboChart extends GoogleChart {

View File

@@ -3,11 +3,10 @@
/**
* This class provides access to Google's Chart Legacy API
*
* @package lnApp
* @subpackage GoogleChart
* @package GoogleChart
* @category Helper
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
class GoogleChart_Legacy extends GoogleChart {

View File

@@ -1,13 +1,13 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* This class provides Host Server functions
*
* @package OSB
* @subpackage HostServer
* @package Host
* @category Controllers/Admin
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Admin_Host extends Controller_TemplateDefault_Admin {
protected $secure_actions = array(

View File

@@ -1,13 +1,13 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* This class provides Host Server functions
*
* @package OSB
* @subpackage HostServer
* @package Host
* @category Controllers/Task
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Task_Host extends Controller_Task {
private $so; // Service Object

View File

@@ -3,12 +3,11 @@
/**
* This class provides HOST Plugin Support
*
* @package OSB
* @subpackage Host Plugins
* @package Host
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
abstract class Host_Plugin implements Serializable {
protected $hso; // Our Host Serve Object

View File

@@ -3,12 +3,11 @@
/**
* This class provides PLESK support
*
* @package OSB
* @subpackage Plugins/Plesk
* @package Host
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
abstract class Host_Plugin_Plesk extends Host_Plugin {
// Service Object

View File

@@ -3,12 +3,11 @@
/**
* This class provides PLESK client support
*
* @package OSB
* @subpackage Plugins/Plesk
* @package Host
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Host_Plugin_Plesk_10 extends Host_Plugin_Plesk {
protected $protocol = '1.6.3.0';

View File

@@ -3,12 +3,11 @@
/**
* This class provides PLESK client support
*
* @package OSB
* @subpackage Plugins/Plesk
* @package Host
* @category Plugins
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Host_Plugin_Plesk_9 extends Host_Plugin_Plesk {
protected $protocol = '1.6.0.1';

View File

@@ -3,11 +3,10 @@
/**
* This class supports OSB Web Hosting
*
* @package OSB
* @subpackage Product
* @package Host
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Host_Server extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* This class supports affiliates Host Server Configuration
*
* @package OSB
* @subpackage HostServer/Affiliate
* @package Host
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Host_Server_Affiliate extends ORM_OSB {

View File

@@ -3,14 +3,13 @@
/**
* This class supports Host products
*
* @package OSB
* @subpackage Product/Host
* @package Host
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Product_Plugin_HOST extends Model_Product_Plugin {
class Model_Product_Plugin_Host extends Model_Product_Plugin {
// @todo This model doesnt have a database table
public function __construct() {
}

View File

@@ -3,11 +3,10 @@
/**
* This class supports Services
*
* @package OSB
* @subpackage Hosting
* @package Host
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Service_Plugin_Host extends Model_Service_Plugin {

View File

@@ -3,11 +3,10 @@
/**
* This class provides invoice capabilities.
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Controllers/Admin
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*
* Column Definitions:

View File

@@ -3,11 +3,10 @@
/**
* This class provides invoice capabilities.
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Invoice extends Controller_TemplateDefault {

View File

@@ -3,11 +3,10 @@
/**
* This class provides OSB invoice task capabilities.
*
* @package OSB
* @subpackage Invoice
* @category Controllers/Task
* @package Invoice
* @category Controllers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Task_Invoice extends Controller_Task {

View File

@@ -3,12 +3,11 @@
/**
* This class provides User Invoice functions
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Controllers/User
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_User_Invoice extends Controller_TemplateDefault_User {
protected $secure_actions = array(

View File

@@ -3,12 +3,11 @@
/**
* This class provides invoice information
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Invoice {
// This invoice Object

View File

@@ -3,22 +3,16 @@
/**
* This class provides invoice PDF rendering capability
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
define('FPDF_FONTPATH','includes/tcpdf/fonts/');
require_once('includes/tcpdf/tcpdf.php');
/**
* PDF Invoice Base
*
* @subpackage Module:Invoice
*/
abstract class Invoice_TCPDF extends TCPDF {
// Our invoice object
protected $io;

View File

@@ -3,12 +3,11 @@
/**
* This class provides invoice rending use TCPDF
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @license http://dev.leenooks.net/license.html
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Invoice_TCPDF_Default extends Invoice_TCPDF {
// Current line being printed

View File

@@ -3,11 +3,10 @@
/**
* This class provides invoice capabilities.
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Invoice extends ORM_OSB implements Cartable {

View File

@@ -3,11 +3,10 @@
/**
* This class provides invoice item capabilities.
*
* @package OSB
* @subpackage Invoice
* @package Invoice
* @category Models
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Model_Invoice_Item extends ORM_OSB {

View File

@@ -3,11 +3,10 @@
/**
* Mark all invoices that have been paid as complete, so that they are not processed again.
*
* @package OSB
* @subpackage Invoice
* @category Task/Invoice
* @package Invoice
* @category Tasks
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Task_Invoice_Complete extends Task {

View File

@@ -6,10 +6,9 @@
* It will provide a header, body and footer.
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
* @uses Style
*/

View File

@@ -6,10 +6,9 @@
* It will provide a header, body and footer.
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
* @uses Style
*/

View File

@@ -4,10 +4,9 @@
* This class is for rendering a BreadCrumb menu.
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_BreadCrumb extends HTMLRender {

View File

@@ -4,10 +4,9 @@
* This class provides the default controller for rendering pages.
*
* @package lnApp
* @subpackage Page
* @category Abstract/Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Controller_Default extends Controller {

View File

@@ -4,10 +4,9 @@
* This class provides login capability
*
* @package lnApp
* @subpackage Page/Login
* @category Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
* @also [logout]
*/

View File

@@ -4,10 +4,9 @@
* This class provides logout capability
*
* @package lnApp
* @subpackage Page/Logout
* @category Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
* @also [login]
*/

View File

@@ -4,10 +4,9 @@
* This class provides access to rendering media items (javascript, images and css).
*
* @package lnApp
* @subpackage Page/Media
* @category Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Controller_Media extends Controller {

View File

@@ -4,10 +4,9 @@
* This class provides the default controller for tasks.
*
* @package lnApp
* @subpackage Task
* @category Abstract/Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Controller_Task extends Controller {

View File

@@ -4,10 +4,9 @@
* This class provides the default template controller for rendering pages.
*
* @package lnApp
* @subpackage Page/Template
* @category Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Controller_TemplateDefault extends Controller_Template {
@@ -159,10 +158,11 @@ abstract class lnApp_Controller_TemplateDefault extends Controller_Template {
if ($this->auto_render) {
// Application Title
if ($mo=ORM::factory('Module',array('name'=>Request::current()->controller())) AND $mo->loaded())
if (class_exists('Model_Module') AND $mo=ORM::factory('Module',array('name'=>Request::current()->controller())) AND $mo->loaded())
$this->meta->title = sprintf('%s: %s',Kohana::$config->load('config')->appname,$mo->display('name'));
else
$this->meta->title = Kohana::$config->load('config')->appname;
$this->template->title = '';
// Language

View File

@@ -4,11 +4,10 @@
* This class extends renders OSB menu tree.
*
* @package lnApp
* @subpackage Tree
* @category Controllers
* @category lnApp/Controllers
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @license http://dev.osbill.net/license.html
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
class lnApp_Controller_Tree extends Controller_Default {
/**

View File

@@ -3,11 +3,10 @@
/**
* This class extends Kohana's HTML
*
* @package lnApp/Modifications
* @category Classes
* @category Helpers
* @package lnApp
* @category Modifications
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_HTML extends Kohana_HTML {

View File

@@ -5,10 +5,9 @@
* for rendering.
*
* @package lnApp
* @subpackage Page
* @category Abstract/Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_HTMLRender {

View File

@@ -4,10 +4,9 @@
* This class is for all image icons shown on the page header.
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_HeadImages extends HTMLRender {

View File

@@ -4,10 +4,9 @@
* This is class is for all HTML page attributes.
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Meta {

View File

@@ -4,10 +4,9 @@
* This class is for providing password from a password genarator
*
* @package lnApp
* @subpackage PWGen
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_PWgen {

View File

@@ -4,9 +4,9 @@
* This class is for generating Random data.
*
* @package lnApp
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Random {

View File

@@ -4,10 +4,9 @@
* This class is for rendering HTML script tags
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Script extends HTMLRender {

View File

@@ -4,10 +4,9 @@
* This class is used to sort multiple dimension arrays.
*
* @package lnApp
* @subpackage Sort
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
* @uses Style
*/

View File

@@ -4,10 +4,9 @@
* This class is for rendering HTML style tags
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_Style extends HTMLRender {

View File

@@ -4,10 +4,9 @@
* This class is for rendering system information messages.
*
* @package lnApp
* @subpackage SystemMessage
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
abstract class lnApp_SystemMessage extends HTMLRender {

View File

@@ -4,10 +4,9 @@
* This class is for rendering a table of data.
*
* @package lnApp
* @subpackage Page
* @category Helpers
* @category lnApp/Helpers
* @author Deon George
* @copyright (c) 2010 Deon George
* @copyright (c) 2009-2013 Deon George
* @license http://dev.leenooks.net/license.html
* @uses Style
*/

View File

@@ -3,11 +3,10 @@
/**
* This class provides payment capabilities.
*
* @package OSB
* @subpackage Payment
* @package Payment
* @category Controllers/Admin
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @copyright (c) 2009-2013 Open Source Billing
* @license http://dev.osbill.net/license.html
*/
class Controller_Admin_Payment extends Controller_TemplateDefault_Admin {

Some files were not shown because too many files have changed in this diff Show More