PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
FAPI Member
/
2.2.30
FAPI Member
v2.2.30
Switch version
2.2.33
2.2.32
trunk
1.9.47
2.1.18
2.2.24
2.2.25
2.2.26
2.2.28
2.2.29
2.2.30
2.2.31
Overview
Code
Analysis
fapi-member
/
src
/
Model
/
Enums
/
PostValue.php
fapi-member
/
src
/
Model
/
Enums
Last commit date
Keys
2 months ago
Types
2 months ago
Alert.php
2 months ago
Format.php
2 months ago
PostValue.php
2 months ago
SubPage.php
2 months ago
UserPermission.php
2 months ago
PostValue.php
11 lines
1
<
?
php
2
3
namespace
FapiMember
\
Model
\
Enums
;
4
5
use
FapiMember
\
Library
\
SmartEmailing
\
Types
\
Enum
;
6
7
class
PostValue
extends
Enum
8
{
9
const
SECTIONS
=
'
fapi_member_sections
'
;
10
}
11