getStamp() public method

Returns the last sync stamp.
public getStamp ( ) : string
return string The last sync stamp.
示例#1
0
 /**
  * Return the last sync stamp.
  *
  * @return string The stamp.
  */
 public function getStamp()
 {
     return $this->_list_cache->getStamp();
 }