Summary
- File
- Package hierarchy Form\field
- Class hierarchy \FormFieldMultitabsLinkElement
This class manage action links.
This class manage action links.
__construct(string $title, $trigger = '', $target = '', string $css_class = '', \Url $img = '', string $active_module = '', $class = '')
build an action link
string | $title | the action title |
$trigger | ||
$target | ||
string | $css_class | the action font awesome css class |
\Url | $img | the action icon url |
string | $active_module | the action active module |
$class |
None found |
get_title() : string
None found |
get_trigger() : string
None found |
get_target() : string
None found |
has_class() : boolean
None found |
get_class() : string
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 |