Example #1
0
 /**
  * the constructor
  *
  * don't use the constructor. use the singleton
  */
 private function __construct()
 {
     $this->_modelName = 'Felamimail_Model_Message';
     $this->_doContainerACLChecks = FALSE;
     $this->_backend = Felamimail_Backend_Message::getInstance();
     $this->_currentAccount = Tinebase_Core::getUser();
 }
Example #2
0
 /**
  * the constructor
  *
  * don't use the constructor. use the singleton
  */
 private function __construct()
 {
     $this->_backend = Felamimail_Backend_Message::getInstance();
     $this->_currentAccount = Tinebase_Core::getUser();
 }