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.
Cloneable
Instantiable
Properties |
public static $dropRowHere = 'Drop Row Here' |
public static $emailError = 'Must be a valid email address with @ sign and domain' |
public static $next = 'Next' |
public static $numberError = 'Numbers (0-9.) only' |
public static $onPage = 'You're on page' |
public static $page = 'page' |
public static $previous = 'Prev' |
public static $required = ' Required' |
public static $selectError = 'Please select.' |
public static $sortDownIcon |
public static $sortIcon |
public static $sortUpIcon |
public static $updownarrow = '↕' |
public static $urlError = 'Valid URL required. https://www.google.com for example' |
Methods |
public static getSortIcon ( string $type = '' ) : PHPFUI\IconBase |
Properties |
public static $dropRowHere = 'Drop Row Here' |
public static $emailError = 'Must be a valid email address with @ sign and domain' |
public static $next = 'Next' |
public static $numberError = 'Numbers (0-9.) only' |
public static $onPage = 'You're on page' |
public static $page = 'page' |
public static $previous = 'Prev' |
public static $required = ' Required' |
public static $selectError = 'Please select.' |
public static $sortDownIcon |
public static $sortIcon |
public static $sortUpIcon |
public static $updownarrow = '↕' |
public static $urlError = 'Valid URL required. https://www.google.com for example' |
Methods |
public static getSortIcon ( string $type = '' ) : PHPFUI\IconBase |