Action
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
at line 76
string
name()
Get batch action title.
at line 86
mixed|string
selector(string $prefix)
No description
at line 101
static string
makeSelector(string $class, string $prefix)
No description
at line 116
$this
attribute(string $name, string $value)
No description
at line 126
string
getMethod()
No description
at line 134
mixed
getCalledClass()
No description
at line 142
array
parameters()
No description
at line 152
$this
validate()
No description
at line 165
mixed
__call(string $method, array $arguments = [])
No description
at line 174
string
html()
No description
at line 183
protected string
formatAttributes()
Format the field attributes.
at line 197
protected string
getElementClass()
No description
at line 205
protected string
getModelClass()
No description
at line 22
void
success(mixed $title, mixed $text, mixed $options)
No description
at line 22
void
error(mixed $title, mixed $text, mixed $options)
No description
at line 22
void
warning(mixed $title, mixed $text, mixed $options)
No description
at line 22
void
info(mixed $title, mixed $text, mixed $options)
No description
at line 22
void
question(mixed $title, mixed $text, mixed $options)
No description
at line 22
void
confirm(mixed $title, mixed $text, mixed $options)
No description
at line 22
void
modalLarge()
No description
at line 22
void
modalSmall()
No description