AddElementResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getId()
: int|null
-
getPermission()
: int|string
-
setId()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getId()
public
getId() : int|null
getPermission()
public
getPermission() : int|string
setId()
public
setId(int $id) : static
Parameters
-
$id
: int
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-