Ferreteria/v0.3/class/fcDropInManager: Difference between revisions

From Woozle Writes Code
< 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)
(No difference)

Revision as of 15:28, 3 February 2020

Template:Page/code/class

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) {
}