Shadow icon indicating copy to clipboard operation
Shadow copied to clipboard

Group function

Open jakiestfu opened this issue 12 years ago • 0 comments

Allow metadata to be consolidated by a user defined time interval.

$shtuff->type( 'post' )->item( 5 )->meta( 'foo/bar' )->group('7 days')->track();

This would track the metada foo/bar for post ID 5 and would be consolidate seven days at a time.

jakiestfu avatar Feb 22 '13 22:02 jakiestfu