Documentation

RegisterMethods

Table of Contents

Methods

getHandler()  : array<string|int, mixed>
获取指定handler 或 获取所有
register()  : bool|null
注册
registerVerify()  : false|object|string
注册校验
unregister()  : bool|null
注销
unregisterExecute()  : bool
注销执行

Methods

getHandler()

获取指定handler 或 获取所有

public static getHandler(null|string $key) : array<string|int, mixed>
Parameters
$key : null|string
Return values
array<string|int, mixed>

register()

注册

public static register(string $key, mixed $value) : bool|null
Parameters
$key : string
$value : mixed
Return values
bool|null

registerVerify()

注册校验

public abstract static registerVerify(mixed $value) : false|object|string
Parameters
$value : mixed

注册值

Tags
throws
InvalidArgumentException

如果参数值不合法,请抛出该异常

Return values
false|object|string

false:注册失败 其他:注册成功

unregister()

注销

public static unregister(string $key) : bool|null
Parameters
$key : string
Return values
bool|null

unregisterExecute()

注销执行

public abstract static unregisterExecute(string $key) : bool
Parameters
$key : string
Tags
throws
InvalidArgumentException

如果参数值不合法,请抛出该异常

Return values
bool

false:注册失败 true:注册成功


        
On this page

Search results