Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Owl
Repositories
UserRoleRepositoryInterface
PHP Interface Owl\Repositories\UserRoleRepositoryInterface
ファイルを表示
Open project: owl/owl
Interface Usage Examples
Public Methods
Method
Description
getAll
( ) :
array
getByUserId
(
integer
$userId
) :
stdClass
Method Details
getAll()
public
method
public
getAll
( ) :
array
return
array
getByUserId()
public
method
public
getByUserId
(
integer
$userId
) :
stdClass
$userId
integer
return
stdClass
| null