コード例 #1
0
 /**
  * Initializes DB mappers
  *
  * @return
  */
 function __construct()
 {
     $this->mapper = CmsSettingsMapper::getInstance();
     $this->cacheAllVars();
 }