PluginEventHandler
class PluginEventHandler extends AbstractEntity
PluginEventHandler
Constants
EVENT_PRIORITY_LATEST |
|
EVENT_PRIORITY_DISABLED |
|
EVENT_PRIORITY_NORMAL_START |
|
EVENT_PRIORITY_NORMAL_END |
|
EVENT_PRIORITY_FIRST_START |
|
EVENT_PRIORITY_FIRST_END |
|
EVENT_PRIORITY_LAST_START |
|
EVENT_PRIORITY_LAST_END |
|
EVENT_HANDLER_TYPE_NORMAL |
|
EVENT_HANDLER_TYPE_FIRST |
|
EVENT_HANDLER_TYPE_LAST |
|
Methods
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
from AbstractEntity
array
from AbstractEntity
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
from AbstractEntity
integer
getId()
Get id
setEvent(string $event)
Set event
string
getEvent()
Get event
setPriority(int $priority)
Set priority
int
getPriority()
Get priority
setPluginId(int $pluginId)
Set plugin_id
int
getPluginId()
Get plugin_id
setDelFlg(integer $delFlg)
Set del_flg
integer
getDelFlg()
Get del_flg
setHandler(string $handler)
Set handler
string
getHandler()
Get handler
getCreateDate()
Get create_date
setHandlerType($handlerType)
No description
getHandlerType()
No description
getUpdateDate()
Get update_date
getPlugin()
No description
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
DBから取り出した連想配列を, プロパティへ設定する際に使用します.
in AbstractEntity at line 99
array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)
プロパティの値を連想配列で返します.
DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.
in AbstractEntity at line 139
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
at line 100
integer
getId()
Get id
at line 111
PluginEventHandler
setEvent(string $event)
Set event
at line 123
string
getEvent()
Get event
at line 134
PluginEventHandler
setPriority(int $priority)
Set priority
at line 146
int
getPriority()
Get priority
at line 157
PluginEventHandler
setPluginId(int $pluginId)
Set plugin_id
at line 169
int
getPluginId()
Get plugin_id
at line 180
PluginEventHandler
setDelFlg(integer $delFlg)
Set del_flg
at line 192
integer
getDelFlg()
Get del_flg
at line 203
PluginEventHandler
setHandler(string $handler)
Set handler
at line 215
string
getHandler()
Get handler
at line 226
PluginEventHandler
setCreateDate(DateTime $createDate)
Set create_date
at line 238
DateTime
getCreateDate()
Get create_date
at line 243
setHandlerType($handlerType)
at line 250
getHandlerType()
at line 261
PluginEventHandler
setUpdateDate(DateTime $updateDate)
Set update_date
at line 273
DateTime
getUpdateDate()
Get update_date