UpdateElementResponse
extends Response
Table of Contents
Methods
-
fillFromResponse()
: $this
-
getIsSuccessElementUpdate()
: bool
-
getPermission()
: int|string
-
setIsSuccessElementUpdate()
: static
-
setPermission()
: $this
fillFromResponse()
public
fillFromResponse(Response $response) : $this
Parameters
-
$response
: Response
-
getIsSuccessElementUpdate()
public
getIsSuccessElementUpdate() : bool
getPermission()
public
getPermission() : int|string
setIsSuccessElementUpdate()
public
setIsSuccessElementUpdate(bool $isSuccessElementUpdate) : static
Parameters
-
$isSuccessElementUpdate
: bool
-
setPermission()
public
setPermission(int|string $permission) : $this
Parameters
-
$permission
: int|string
-