for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Saito\User\LastRefresh;
/**
* everything is always read
*
* used as dummy for bots and test cases
*/
class LastRefreshDummy extends LastRefreshAbstract
{
* {@inheritDoc}
protected function _get()
return strtotime('+1 week');
}
public function set($timestamp = null)
protected function _set()