refresh() public method

Refresh cached items from the backend.
See also: Session::refresh()
public refresh ( boolean $keepChanges )
$keepChanges boolean whether to keep local changes or discard them.
コード例 #1
0
ファイル: Session.php プロジェクト: frogriotcom/jackalope
 /**
  * {@inheritDoc}
  *
  * @api
  */
 public function refresh($keepChanges)
 {
     $this->objectManager->refresh($keepChanges);
 }