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 (Woozle moved page Ferreteria/v3/class/fcDropInManager to Ferreteria/v0.3/class/fcDropInManager: version renumbering) |
(No difference)
| |
Revision as of 15:28, 3 February 2020
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