/**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->addRoleAssignment(ROLE_ID_MANAGER, array('fetch', 'fetchRow', 'fetchOptions'));
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }