SproutCMS

This is the code documentation for the SproutCMS project

class ContentSubscribe

Source code (7 results)

/sprout/config/routes.php   Highlighted file source

Line 85: $config['content_subscribe/unsub/([0-9]+)/([a-z0-9]+)'] = 'Sprout\\Controllers\\ContentSubscribeController/unsub/$1/$2';
Line 86: $config['content_subscribe/unsub_action/([0-9]+)/([a-z0-9]+)'] = 'Sprout\\Controllers\\ContentSubscribeController/unsubAction/$1/$2';

/sprout/config/routes.php   Highlighted file source

Line 85: $config['content_subscribe/unsub/([0-9]+)/([a-z0-9]+)'] = 'Sprout\\Controllers\\ContentSubscribeController/unsub/$1/$2';
Line 86: $config['content_subscribe/unsub_action/([0-9]+)/([a-z0-9]+)'] = 'Sprout\\Controllers\\ContentSubscribeController/unsubAction/$1/$2';

/sprout/Controllers/ContentSubscribeController.php   Highlighted file source

Line 38: class ContentSubscribeController extends Controller
Line 265: usort($items, 'Sprout\\Helpers\\ContentSubscribe::tsSort');

/sprout/Controllers/ContentSubscribeController.php   Highlighted file source

Line 38: class ContentSubscribeController extends Controller
Line 265: usort($items, 'Sprout\\Helpers\\ContentSubscribe::tsSort');

/sprout/sprout_load.php   Highlighted file source

Line 60: Register::cronJob('daily', 'Sprout\\Controllers\\ContentSubscribeController', 'cronSendSubscriptions');

/sprout/sprout_load.php   Highlighted file source

Line 60: Register::cronJob('daily', 'Sprout\\Controllers\\ContentSubscribeController', 'cronSendSubscriptions');

A total of 11 lines in 7 files were found