abstract class Action implements Renderable

Properties

static protected array $selectors
string $event
string $selectorPrefix
string $name
protected string $selector
protected string $method
protected array $attributes

Methods

mixed
render()

No description

string
name()

Get batch action title.

mixed|string
selector(string $prefix)

No description

static string
makeSelector(string $class, string $prefix)

No description

$this
attribute(string $name, string $value)

No description

string
getMethod()

No description

mixed
getCalledClass()

No description

array
parameters()

No description

$this
validate()

No description

mixed
__call(string $method, array $arguments = [])

No description

string
html()

No description

string
formatAttributes()

Format the field attributes.

string
getElementClass()

No description

string
getModelClass()

No description

void
success(mixed $title, mixed $text, mixed $options)

No description

void
error(mixed $title, mixed $text, mixed $options)

No description

void
warning(mixed $title, mixed $text, mixed $options)

No description

void
info(mixed $title, mixed $text, mixed $options)

No description

void
question(mixed $title, mixed $text, mixed $options)

No description

void
confirm(mixed $title, mixed $text, mixed $options)

No description

void
modalLarge()

No description

void
modalSmall()

No description

Details

at line 65
mixed render()

No description

Return Value

mixed

at line 76
string name()

Get batch action title.

Return Value

string

at line 86
mixed|string selector(string $prefix)

No description

Parameters

string $prefix

Return Value

mixed|string

at line 101
static string makeSelector(string $class, string $prefix)

No description

Parameters

string $class
string $prefix

Return Value

string

at line 116
$this attribute(string $name, string $value)

No description

Parameters

string $name
string $value

Return Value

$this

at line 126
string getMethod()

No description

Return Value

string

at line 134
mixed getCalledClass()

No description

Return Value

mixed

at line 142
array parameters()

No description

Return Value

array

at line 152
$this validate()

No description

Return Value

$this

at line 165
mixed __call(string $method, array $arguments = [])

No description

Parameters

string $method
array $arguments

Return Value

mixed

Exceptions

Exception

at line 174
string html()

No description

Return Value

string

at line 183
protected string formatAttributes()

Format the field attributes.

Return Value

string

at line 197
protected string getElementClass()

No description

Return Value

string

at line 205
protected string getModelClass()

No description

Return Value

string

at line 22
void success(mixed $title, mixed $text, mixed $options)

No description

Parameters

mixed $title
mixed $text
mixed $options

Return Value

void

at line 22
void error(mixed $title, mixed $text, mixed $options)

No description

Parameters

mixed $title
mixed $text
mixed $options

Return Value

void

at line 22
void warning(mixed $title, mixed $text, mixed $options)

No description

Parameters

mixed $title
mixed $text
mixed $options

Return Value

void

at line 22
void info(mixed $title, mixed $text, mixed $options)

No description

Parameters

mixed $title
mixed $text
mixed $options

Return Value

void

at line 22
void question(mixed $title, mixed $text, mixed $options)

No description

Parameters

mixed $title
mixed $text
mixed $options

Return Value

void

at line 22
void confirm(mixed $title, mixed $text, mixed $options)

No description

Parameters

mixed $title
mixed $text
mixed $options

Return Value

void

at line 22
void modalLarge()

No description

Return Value

void

at line 22
void modalSmall()

No description

Return Value

void