FormFieldActionLinkElement Package: Builder\Form\field Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2015 12 14 Since: PHPBoost 3.0 - 2010 04 14 Contributor: Julien BRISWALTER j1.seth@phpboost.com Located at: builder/form/field/FormFieldActionLinkElement.class.php This class manage action links. Methods summary public # __construct( string $title, Url $url, string $css_class = '', Url $img = '' ) build an action link build an action link Parameters $title the action title $url the action url $css_class the action font awesome css class $img the action icon url public string # get_title( ) Returns string public Url # get_url( ) Returns Url public boolean # has_css_class( ) Returns boolean public string # get_css_class( ) Returns string public boolean # has_img( ) Returns boolean public Url # get_img( ) Returns Url