Browse
For agents
About
AliNext – WooCommerce Dropshipping Plugin for AliExpress
/
trunk
AliNext – WooCommerce Dropshipping Plugin for AliExpress
vtrunk
Overview
Code
ali2woo-lite
/
includes
/
classes
/
enum
/
Capability.php
Capability.php
in AliNext – WooCommerce Dropshipping Plugin for AliExpress trunk, at includes/classes/enum/Capability.php
19 lines
273 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
3
/*
* class
4
* Description of Capability
5
*
6
* @author Ali2Woo Team
7
*
8
*/
9
10
namespace
AliNext_Lite
;
;
11
12
final
class
Capability
{
13
14
public
static
function
pluginAccess
(
)
:
string
15
{
16
return
'
use_
'
.
A2WL
(
)
->
isAnPlugin
(
)
?
'
alinext-lite
'
:
'
ali2woo
'
;
17
}
18
}
19