Summary
- File
- Package hierarchy Form\field
- Class hierarchy \FormFieldActionLinkElement
This class manage action links.
This class manage action links.
__construct(string $title, \Url $url, string $css_class = '', \Url $img = '', string $active_module = '')
build an action link
string | $title | the action title |
\Url | $url | the action url |
string | $css_class | the action font awesome css class |
\Url | $img | the action icon url |
string | $active_module | the action active module |
None found |
get_title() : string
None found |
get_url() : \Url
None found |
has_css_class() : boolean
None found |
get_css_class() : string
None found |
is_active_module() : boolean
None found |
get_active_module() : string
None found |
has_img() : boolean
None found |
get_img() : \Url
None found |
convert_url( $url)
$url |
None found |