FusionDirectory
|
Class Base Selector. More...
Public Member Functions | |
__construct (array $bases, string $base='') | |
baseSelector contructor More... | |
getInputHtmlId () | |
Returns id of the html field. | |
setSubmitButton ($flag) | |
Set a new flag to the submit button. More... | |
setHeight ($value) | |
Set a new value of the member height. More... | |
setBase (string $base) | |
Set a new value of the member base. More... | |
checkLastBaseUpdate () | |
Check the last base value updated. More... | |
setBases (array $bases) | |
Set new bases. More... | |
update (bool $force=FALSE) | |
Update the base. More... | |
render () | |
Accessor of the member tree. More... | |
getBase () | |
Accessor of the base. More... | |
getBases () | |
Accessor of the bases. More... | |
Class Base Selector.
Definition at line 31 of file class_baseSelector.inc.
__construct | ( | array | $bases, |
string | $base = '' |
||
) |
baseSelector contructor
Array | $bases | The Bases |
String | $base | Empty string |
Definition at line 49 of file class_baseSelector.inc.
References setBase(), and setBases().
checkLastBaseUpdate | ( | ) |
Check the last base value updated.
Definition at line 109 of file class_baseSelector.inc.
Referenced by BaseSelectorAttribute\__construct(), and managementListing\updateBase().
getBase | ( | ) |
Accessor of the base.
Definition at line 272 of file class_baseSelector.inc.
Referenced by BaseSelectorAttribute\__construct(), and managementListing\updateBase().
getBases | ( | ) |
Accessor of the bases.
Definition at line 282 of file class_baseSelector.inc.
render | ( | ) |
Accessor of the member tree.
Definition at line 258 of file class_baseSelector.inc.
Referenced by managementListing\getBase().
setBase | ( | string | $base | ) |
Set a new value of the member base.
String | $base | The new value of the base |
Definition at line 92 of file class_baseSelector.inc.
References update().
Referenced by BaseSelectorAttribute\__construct(), __construct(), managementListing\refreshBasesList(), and managementListing\setBase().
setBases | ( | array | $bases | ) |
Set new bases.
Array | $bases | The new value of the bases |
Definition at line 119 of file class_baseSelector.inc.
References session\set().
Referenced by __construct(), and managementListing\refreshBasesList().
setHeight | ( | $value | ) |
Set a new value of the member height.
Integer | $value | The new value of the height |
Definition at line 82 of file class_baseSelector.inc.
Referenced by BaseSelectorAttribute\__construct().
setSubmitButton | ( | $flag | ) |
Set a new flag to the submit button.
Boolean | $flag | Flag for the submit button |
Definition at line 72 of file class_baseSelector.inc.
Referenced by BaseSelectorAttribute\__construct().
update | ( | bool | $force = FALSE | ) |
Update the base.
Boolean | $force | FALSE |
Definition at line 142 of file class_baseSelector.inc.
References getInputHtmlId().
Referenced by BaseSelectorAttribute\__construct(), managementListing\refreshBasesList(), setBase(), and managementListing\updateBase().