You are here

public property LdapAuthorizationConsumerAbstract::$detailedWatchdogLog in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authorization/LdapAuthorizationConsumerAbstract.class.php \LdapAuthorizationConsumerAbstract::detailedWatchdogLog
  2. 7 ldap_authorization/LdapAuthorizationConsumerAbstract.class.php \LdapAuthorizationConsumerAbstract::detailedWatchdogLog

@property boolean $detailedWatchdogLog

should watchdog log be used for debugging, useful for non programmers who don't have php debugging enabled

File

ldap_authorization/LdapAuthorizationConsumerAbstract.class.php, line 56
abstract class to represent an ldap_authorization consumer behavior such as drupal_role, og_group, etc. each authorization comsumer will extend this class with its own class named LdapAuthorizationConsumer<consumer type> such as…

Class

LdapAuthorizationConsumerAbstract
@file

Code

public $detailedWatchdogLog = FALSE;