Browse
For agents
About
ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce
/
1.3.13
ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce
v1.3.13
Switch version
1.17.9
1.17.8
1.17.7
1.17.6
1.17.5
1.17.4
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.3.0
1.3.1
1.3.11
1.3.12
1.3.13
1.3.14
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
All 143 releases
Overview
Code
erp
/
includes
/
admin
/
class-module.php
class-module.php
in ERP: Complete HR, Accounting & CRM Suite Built for WooCommerce 1.3.13, at includes/admin/class-module.php
18 lines
237 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
namespace
WeDevs
\
ERP
\
Admin
;
3
4
/**
5
* Administration Module Class
6
*
7
*
@package
payroll
8
*/
9
class
Admin_Module
{
10
11
function
__construct
(
)
{
12
$
this
->
output
(
)
;
13
}
14
15
function
output
(
)
{
16
require_once
WPERP_VIEWS
.
'
/module.php
'
;
17
}
18
}