IAction
in
Interface IAction
Tags
Table of Contents
Constants
- TYPE_DELETE = 'DELETE'
- TYPE_GET = 'GET'
- TYPE_POST = 'POST'
- TYPE_PUT = 'PUT'
- TYPE_WEB = 'WEB'
Methods
- getLabel() : string
- getLink() : string
- getParsedLabel() : string
- getRequestType() : string
- isPrimary() : bool
- isValid() : bool
- isValidParsed() : bool
- setLabel() : $this
- setLink() : $this
- setParsedLabel() : $this
- setPrimary() : $this
Constants
TYPE_DELETE
public
mixed
TYPE_DELETE
= 'DELETE'
Tags
TYPE_GET
public
mixed
TYPE_GET
= 'GET'
Tags
TYPE_POST
public
mixed
TYPE_POST
= 'POST'
Tags
TYPE_PUT
public
mixed
TYPE_PUT
= 'PUT'
Tags
TYPE_WEB
public
mixed
TYPE_WEB
= 'WEB'
Tags
Methods
getLabel()
public
getLabel() : string
Tags
Return values
stringgetLink()
public
getLink() : string
Tags
Return values
stringgetParsedLabel()
public
getParsedLabel() : string
Tags
Return values
stringgetRequestType()
public
getRequestType() : string
Tags
Return values
stringisPrimary()
public
isPrimary() : bool
Tags
Return values
boolisValid()
public
isValid() : bool
Tags
Return values
boolisValidParsed()
public
isValidParsed() : bool
Tags
Return values
boolsetLabel()
public
setLabel(string $label) : $this
Parameters
- $label : string
Tags
Return values
$thissetLink()
public
setLink(string $link, string $requestType) : $this
Parameters
- $link : string
- $requestType : string
Tags
Return values
$thissetParsedLabel()
public
setParsedLabel(string $label) : $this
Parameters
- $label : string
Tags
Return values
$thissetPrimary()
public
setPrimary(bool $primary) : $this
Parameters
- $primary : bool