Add descriptive comments

This commit is contained in:
Almira Krdzic
2018-10-17 14:02:35 +02:00
parent 6c27afabfc
commit 4d13ee40bc
4 changed files with 95 additions and 33 deletions

View File

@@ -1,6 +1,18 @@
<?php
class Wiaas_Admin_CL_Shop {
/**
* Class Wiaas_Admin_CL_Customers
*/
class Wiaas_Admin_CL_Customers {
/**
* Displays table list of customers that are linked to commercial lead
*
* Enables commercial lead to update default order type for his shop
*
* Enables commercial lead to update order type for specific shop customer
*
*/
public static function init() {
@@ -66,4 +78,4 @@ class Wiaas_Admin_CL_Shop {
}
}
Wiaas_Admin_CL_Shop::init();
Wiaas_Admin_CL_Customers::init();