Class

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

public string
# get_title( )
public Url
# get_url( )
public boolean
# has_css_class( )
public string
# get_css_class( )
public boolean
# has_img( )
public Url
# get_img( )