IAction
Interface IAction
Tags
Table of Contents
- TYPE_DELETE = 'DELETE'
- TYPE_GET = 'GET'
- TYPE_POST = 'POST'
- TYPE_PUT = 'PUT'
- TYPE_WEB = 'WEB'
- 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
string —getLink()
public
getLink() : string
Tags
Return values
string —getParsedLabel()
public
getParsedLabel() : string
Tags
Return values
string —getRequestType()
public
getRequestType() : string
Tags
Return values
string —isPrimary()
public
isPrimary() : bool
Tags
Return values
bool —isValid()
public
isValid() : bool
Tags
Return values
bool —isValidParsed()
public
isValidParsed() : bool
Tags
Return values
bool —setLabel()
public
setLabel(string $label) : $this
Parameters
- $label : string
Tags
Return values
$this —setLink()
public
setLink(string $link, string $requestType) : $this
Parameters
- $link : string
- $requestType : string
Tags
Return values
$this —setParsedLabel()
public
setParsedLabel(string $label) : $this
Parameters
- $label : string
Tags
Return values
$this —setPrimary()
public
setPrimary(bool $primary) : $this
Parameters
- $primary : bool