Shadow
Shadow copied to clipboard
Group function
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.