示例#1
0
文件: Session.php 项目: robeendey/ce
 /**
  * Calls other protected methods for individual setup tasks and requirement checks
  *
  * @return void
  */
 protected function _setup()
 {
     parent::_setup();
     $this->_setupPrimaryAssignment();
     $this->setLifetime($this->_lifetime);
     $this->_checkRequiredColumns();
 }