Esempio n. 1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function StateManager()
 {
     $this->statemachine = ZPush::GetStateMachine();
     $this->hierarchyOperation = ZPush::HierarchyCommand(Request::GetCommandCode());
     $this->deleteOldStates = Request::GetCommandCode() === ZPush::COMMAND_SYNC || $this->hierarchyOperation;
     $this->synchedFolders = array();
 }