Extension talk:NamespaceManager
From MediaWiki.org
You set the class NamespaceManager as abstract yet, you don't mark any methods (e.g., submit, view, render, delete, watch, unwatch, etc) as abstract. Is there a particular reason for not marking them abstract? Rabbitt 03:33, 11 January 2008 (UTC)
- This extension is meant to be used by other extensions. I marked the class abstract in order to ease debugging i.e. this class can not be used standalone. Jean-Lou Dupont 11:40, 12 January 2008 (UTC)