- Extends
-
Implements
Countable PHPFUI \Interfaces \Walkable Stringable - Traits
Constants |
public
PHPFUI |
Methods |
public PHPFUI\Base :: __clone () |
public
__construct
(
PHPFUI |
public PHPFUI\Base :: __toString () : string |
public
PHPFUI\Base
::
add
(
$item
) Base add function. Adds to the end of the current objects
|
public
PHPFUI\Base
::
addAsFirst
(
$item
) Base addAsFirst function. Adds to the front of the current
|
public
PHPFUI\Base
::
count
() :
int
Number of object in this object. Does not count sub objects. |
public
PHPFUI\Base
::
done
(
bool
$done
=
true
) :
PHPFUI Form is done rendering |
public
static
PHPFUI\Base
::
getDebug
(
int
$flags
=
0
) :
int
Gets the current debug setting |
public
PHPFUI\ToFromList
::
getPage
() :
PHPFUI |
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
(
$item
) :
PHPFUI Add an object in front of existing object |
public
static
PHPFUI\Base
::
setDebug
(
int
$level
=
0
) :
void
Set the debug level, 1 or higher is on |
public
PHPFUI\ToFromList
::
setInIcon
(
$inIcon
) :
PHPFUI You can customize the "in" icon (or remove it) by passing in html
|
public
PHPFUI\ToFromList
::
setInName
(
string
$inName
) :
PHPFUI Sets the header name for the "in" group |
public
PHPFUI\ToFromList
::
setOutIcon
(
$outIcon
) :
PHPFUI You can customize the "out" icon (or remove it) by passing in html
|
public
PHPFUI\ToFromList
::
setOutName
(
string
$outName
) :
PHPFUI Sets the header name for the "out" group |
public
PHPFUI\Base
::
setRawResponse
(
string
$response
,
bool
$asJSON
=
true
) :
PHPFUI Sets the page response directly |
public
PHPFUI\Base
::
setResponse
(
string
$response
,
string
$color
=
'lime'
) :
PHPFUI Set a response in the standard format ('reponse' and 'color' array)
|
public
PHPFUI\Base
::
walk
(
string
$method
,
$argument
=
NULL
) Recursively walks all objects and calls the passed method on each object where it exists
|
Properties |
protected PHPFUI\ToFromList :: $callback |
protected string PHPFUI\ToFromList :: $callbackIndex |
protected array PHPFUI\ToFromList :: $inGroup |
protected
PHPFUI |
protected string PHPFUI\ToFromList :: $inName |
protected string PHPFUI\ToFromList :: $name |
protected array PHPFUI\ToFromList :: $notInGroup |
protected
PHPFUI |
protected string PHPFUI\ToFromList :: $outName |
protected
PHPFUI |
Methods |
protected callback ( string $fieldName , string $index , $userData , string $type ) : string |
protected PHPFUI\ToFromList :: createWindow ( array $group , string $type ) : string |
protected PHPFUI\ToFromList :: getBody () : string |
protected PHPFUI\ToFromList :: getEnd () : string |
protected PHPFUI\ToFromList :: getStart () : string |
protected PHPFUI\ToFromList :: makeDiv ( string $id , string $type , string $html ) : string |
Properties |
private
Example |
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 |