Horde_Kolab_Storage_Driver_Decorator_Base::getStamp PHP Method

getStamp() public method

Returns a stamp for the current folder status. This stamp can be used to identify changes in the folder data.
public getStamp ( string $folder ) : Horde_Kolab_Storage_Folder_Stamp
$folder string Return the stamp for this folder.
return Horde_Kolab_Storage_Folder_Stamp A stamp indicating the current folder status.
    public function getStamp($folder)
    {
        return $this->_driver->getStamp($folder);
    }