MatthiasMullie\Scrapbook\KeyValueStore::flush PHP Method

flush() public method

Return value is a boolean true when the operation succeeds, or false on failure.
public flush ( ) : boolean
return boolean
    public function flush();

Usage Example

示例#1
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->deferred = array();
     return $this->store->flush();
 }
All Usage Examples Of MatthiasMullie\Scrapbook\KeyValueStore::flush