LINEMSG_Template
in package
LINEMSG_Template
The class is used for creating the object of events with the class LINEMSG
.
Tags
Table of Contents
- $actions : array<string|int, mixed>
- $object : array<string|int, mixed>
- __construct() : mixed
- actions() : mixed
- actions_out() : mixed
- actions_set() : mixed
- out() : mixed
- set() : mixed
Properties
$actions
private
array<string|int, mixed>
$actions
$object
private
array<string|int, mixed>
$object
Methods
__construct()
public
__construct(mixed $template) : mixed
Parameters
- $template : mixed
Return values
mixed —actions()
public
actions(mixed $type) : mixed
Parameters
- $type : mixed
Return values
mixed —actions_out()
public
actions_out() : mixed
Return values
mixed —actions_set()
public
actions_set(mixed $var[, mixed $value = null ]) : mixed
Parameters
- $var : mixed
- $value : mixed = null
Return values
mixed —out()
public
out() : mixed
Return values
mixed —set()
public
set(mixed $var[, mixed $value = null ]) : mixed
Parameters
- $var : mixed
- $value : mixed = null