Ferreteria/v0.3/class/fcDropInManager: Difference between revisions
< Ferreteria | v0.3 | class
Jump to navigation
Jump to search
m (Woozle moved page Ferreteria/class/fcDropInManager to Ferreteria/v3/class/fcDropInManager without leaving a redirect: this is all v3 documentation, and we still need v2) |
m (4 revisions imported: moving this project here) |
| (One intermediate revision by one other user not shown) | |
(No difference)
| |
Latest revision as of 16:43, 22 May 2022
class fcDropInManager extends cIOSource_internal {
// METHOD: Goes through App object-factory so we don't get more than one regardless of how it's requested.
static public function Me() {
// CEMENT
protected function RowsClass() { return 'fcrDropInModule'; }
// CEMENT
public function GetFieldClassArray() {
protected function SetModule(fcrDropInModule $oMod) {
protected function HasModules() { return ($this->HasRows()); }
// PUBLIC because outside callers sometimes need to know if a module exists or not
public function HasModule($sName) {
static public function ScanDropins($fsFolder,fcTreeNode $oMenu) {
protected function CheckFolders($fsFolder,fcTreeNode $oMenu) {
protected function CheckFolder($fsFolder,fcTreeNode $oMenu) {
protected function ProcessIndex($fsIndex,fcTreeNode $oMenu) {
}
- file: Template:L/ferreteria/file
- extends: Template:L/ferreteria/class
- row class: Template:L/ferreteria/class