Copied!

Translations

While PHPFUI does not contain much text, there is some. The Language class allows for localization.

It also includes various graphics which can be easily replaced.

CloneableInstantiable
Properties
public static string $dropRowHere = 'Drop Row Here'
public static string $emailError = 'Must be a valid email address with @ sign and domain'
public static string $next = 'Next'
public static string $numberError = 'Numbers (0-9.) only'
public static string $onPage = 'You're on page'
public static string $page = 'page'
public static string $previous = 'Prev'
public static string $required = ' <small>Required</small>'
public static string $selectError = 'Please select.'
public static ?PHPFUI\FAIcon $sortDownIcon = NULL
public static ?PHPFUI\FAIcon $sortIcon = NULL
public static ?PHPFUI\FAIcon $sortUpIcon = NULL
public static string $updownarrow = '&updownarrow;'
public static string $urlError = 'Valid URL required. https://www.google.com for example'
Methods
public static getSortIcon(string $type = '') : PHPFUI\IconBase
Properties
public static string $dropRowHere = 'Drop Row Here'
public static string $emailError = 'Must be a valid email address with @ sign and domain'
public static string $next = 'Next'
public static string $numberError = 'Numbers (0-9.) only'
public static string $onPage = 'You're on page'
public static string $page = 'page'
public static string $previous = 'Prev'
public static string $required = ' <small>Required</small>'
public static string $selectError = 'Please select.'
public static ?PHPFUI\FAIcon $sortDownIcon = NULL
public static ?PHPFUI\FAIcon $sortIcon = NULL
public static ?PHPFUI\FAIcon $sortUpIcon = NULL
public static string $updownarrow = '&updownarrow;'
public static string $urlError = 'Valid URL required. https://www.google.com for example'
Methods
public static getSortIcon(string $type = '') : PHPFUI\IconBase
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration