Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Stevemo
Cpanel
Permission
Form
PermissionFormInterface
PHP Interface Stevemo\Cpanel\Permission\Form\PermissionFormInterface
Mostra file
Open project: stevemo/cpanel
Interface Usage Examples
Public Methods
Method
Description
create
(
array
$data
) :
StdClass
Create a new set of permissions
getErrors
( ) :
array
Get the validation errors
update
(
array
$data
) :
StdClass
Update a current set of permissions
Method Details
create()
public
method
Create a new set of permissions
See link:
http://stevemo.ca
Author:
Steve Montambeault
public
create
(
array
$data
) :
StdClass
$data
array
return
StdClass
getErrors()
public
method
Get the validation errors
See link:
http://stevemo.ca
Author:
Steve Montambeault
public
getErrors
( ) :
array
return
array
update()
public
method
Update a current set of permissions
See link:
http://stevemo.ca
Author:
Steve Montambeault
public
update
(
array
$data
) :
StdClass
$data
array
return
StdClass