Action
abstract class Action implements Renderable
Properties
string | $event | ||
string | $selectorPrefix | ||
string | $name | ||
protected Response | $response | ||
protected string | $selector | ||
protected string | $method | ||
protected array | $attributes | ||
protected Interactor | $interactor | ||
static protected array | $selectors |
Methods
Action constructor.
No description
No description
Get batch action title.
No description
No description
No description
Format the field attributes.
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
at line 63
__construct()
Action constructor.
at line 71
mixed
render()
No description
at line 86
protected
initInteractor()
No description
at line 106
string
name()
Get batch action title.
at line 116
mixed|string
selector(string $prefix)
No description
at line 131
static string
makeSelector(string $class, string $prefix)
No description
at line 146
$this
attribute(string $name, string $value)
No description
at line 158
protected string
formatAttributes()
Format the field attributes.
at line 172
protected string
getElementClass()
No description
at line 180
Response
response()
No description
at line 199
string
getMethod()
No description
at line 207
mixed
getCalledClass()
No description
at line 215
string
getHandleRoute()
No description
at line 223
protected string
getModelClass()
No description
at line 231
array
parameters()
No description
at line 241
$this
validate(Request $request)
No description
at line 258
mixed
__call(string $method, array $arguments = [])
No description
at line 270
string
html()
No description
at line 20
void
success(mixed $title, mixed $text, mixed $options)
No description
at line 20
void
error(mixed $title, mixed $text, mixed $options)
No description
at line 20
void
warning(mixed $title, mixed $text, mixed $options)
No description
at line 20
void
info(mixed $title, mixed $text, mixed $options)
No description
at line 20
void
question(mixed $title, mixed $text, mixed $options)
No description
at line 20
void
confirm(mixed $title, mixed $text, mixed $options)
No description
at line 20
void
modalLarge()
No description
at line 20
void
modalSmall()
No description