PHP Interface Inpsyde\MultilingualPress\Translation\RequestDataManipulator

Since: 3.0.0
Show file Open project: inpsyde/multilingual-press

Public Methods

Method Description
clear_data ( ) : integer Removes all data from the request global.
restore_data ( ) : integer Restores all data from the storage.

Method Details

clear_data() public method

Removes all data from the request global.
Since: 3.0.0
public clear_data ( ) : integer
return integer Number of cleared elements.

restore_data() public method

Restores all data from the storage.
Since: 3.0.0
public restore_data ( ) : integer
return integer Number of restored elements.