Copied!

Makes a Button displayable in all email clients

CloneableInstantiable
Constants
public PHPFUI\Base::DEBUG_SOURCE = 1
Methods
public PHPFUI\Base::__clone()
public __construct(string $text, string $link = '')
 

Construct an EMailButton

  • param string $text for button
public PHPFUI\Base::__toString() : string
public PHPFUI\Base::add(?mixed $item) : static
 

Base add function. Adds to the end of the current objects

  • param mixed $item should be convertable to string
public PHPFUI\Base::addAsFirst(?mixed $item) : static
 

Base addAsFirst function. Adds to the front of the current object

  • param mixed $item should be convertable to string
public PHPFUI\Base::count() : int
 

Number of object in this object. Does not count sub objects.

public PHPFUI\Base::done(bool $done = true) : static
 

Form is done rendering

public static PHPFUI\Base::getDebug(int $flags = 0) : int
 

Gets the current debug setting

public PHPFUI\Base::getResponse() : string
 

Get the current response

public PHPFUI\Base::isDone() : bool
 

Returns true if the page needs no more processing

public PHPFUI\Base::prepend(?mixed $item) : static
 

Add an object in front of existing object

public setBackgroundColor(string $backgroundColor) : static
 

Set the background color

public setBackgroundImage(string $backgroundImage) : static
 

Set a background image

  • param string $backgroundImage path to image
public setBorderColor(string $borderColor) : static
 

Set the border color

public setColor(string $color) : static
 

Set the main button color

public static PHPFUI\Base::setDebug(int $level = 0) : void
 

Set the debug level, 1 or higher is on

public setFont(string $font) : static
 

Set the font name

public setFontSize(int $fontSize) : static
 

Set the font size in pixels

public setHeight(int $height) : static
 

Set the button height in pixels

public setRadius(int $radius) : static
 

Set the button radius in pixels

public PHPFUI\Base::setRawResponse(string $response, bool $asJSON = true) : static
 

Sets the page response directly and exits the program

  • return never|static
public PHPFUI\Base::setResponse(string $response, string $color = 'lime') : static
 

Set a response in the standard format ('reponse' and 'color' array) exit will be called after returning the encoded response

  • param string $response to return
  • param string $color used for the save button
  • return never|static
public setWidth(int $width) : static
 

Set the button width in pixels

public PHPFUI\Base::walk(string $method, ?mixed $argument = NULL) : static
 

Recursively walks all objects and calls the passed method on each object where it exists

  • param string $method to call on the object in the collection
  • param mixed $argument to pass to the method
Properties
protected string $backgroundColor = '008cba'
protected string $backgroundImage = ''
protected string $borderColor = '008cba'
protected string $color = 'ffffff'
protected string $font = 'sans-serif'
protected int $fontSize = 13
protected int $height = 40
protected string $link
protected int $radius = 3
protected string $text
protected int $width = 150
Methods
protected getBody() : string
protected getEnd() : string
protected PHPFUI\Base::getItems() : array
 
  • return array
protected getStart() : string
Methods
public static PHPFUI\Base::getDebug(int $flags = 0) : int
 

Gets the current debug setting

public static PHPFUI\Base::setDebug(int $level = 0) : void
 

Set the debug level, 1 or higher is on

© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration