Package entropy :: Package services :: Module commands :: Class phpBB3

Class phpBB3

source code


Instance Methods
 
__init__(self, HostInterface) source code
 
docmd_is_user(self, authenticator) source code
 
docmd_is_developer(self, authenticator) source code
 
docmd_is_administrator(self, authenticator) source code
 
docmd_is_moderator(self, authenticator) source code

Inherited from skel.SocketCommands: __str__, register

Class Variables

Inherited from skel.SocketCommands: inst_name

Method Details

__init__(self, HostInterface)
(Constructor)

source code 
Overrides: skel.SocketCommands.__init__