-
since
-
1.13.0
Table of Contents
-
POST_TYPE
= 'mpa_notification'
-
$entityType
: string
-
$statuses
: NotificationStatuses
-
__construct()
: mixed
-
getLabel()
: string
-
getPostType()
: string
-
getSingularLabel()
: string
-
onNewBooking()
: mixed
-
register()
: mixed
-
registerMetaboxes()
: mixed
-
statuses()
: NotificationStatuses
-
addActions()
: mixed
-
getDescription()
: string
-
getLabels()
: array<string|int, mixed>
-
registerArgs()
: array<string|int, mixed>
POST_TYPE
public
mixed
POST_TYPE
= 'mpa_notification'
$entityType
protected
string
$entityType
-
since
-
1.0
$statuses
protected
NotificationStatuses
$statuses
__construct()
public
__construct() : mixed
Return values
mixed
—
getLabel()
public
getLabel() : string
Return values
string
—
getPostType()
public
getPostType() : string
-
since
-
1.0
Return values
string
—
getSingularLabel()
public
getSingularLabel() : string
Return values
string
—
onNewBooking()
public
onNewBooking(Booking $booking) : mixed
Parameters
-
$booking
: Booking
-
-
access
-
Return values
mixed
—
register()
public
register() : mixed
-
access
-
-
since
-
1.0
Return values
mixed
—
public
registerMetaboxes() : mixed
-
access
-
-
since
-
1.0
Return values
mixed
—
statuses()
public
statuses() : NotificationStatuses
Return values
NotificationStatuses
—
addActions()
protected
addActions() : mixed
Return values
mixed
—
getDescription()
protected
getDescription() : string
Return values
string
—
getLabels()
protected
getLabels() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
registerArgs()
protected
registerArgs() : array<string|int, mixed>
Return values
array<string|int, mixed>
—