Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Stevemo
Cpanel
Permission
Form
PermissionFormInterface
PHP Interface Stevemo\Cpanel\Permission\Form\PermissionFormInterface
Afficher le fichier
Open project: stevemo/cpanel
Interface Usage Examples
Méthodes publiques
Méthode
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
méthode
Create a new set of permissions
See link:
http://stevemo.ca
Author:
Steve Montambeault
public
create
(
array
$data
) :
StdClass
$data
array
Résultat
StdClass
getErrors()
public
méthode
Get the validation errors
See link:
http://stevemo.ca
Author:
Steve Montambeault
public
getErrors
( ) :
array
Résultat
array
update()
public
méthode
Update a current set of permissions
See link:
http://stevemo.ca
Author:
Steve Montambeault
public
update
(
array
$data
) :
StdClass
$data
array
Résultat
StdClass