mirror of
https://github.com/getgrav/grav.git
synced 2026-07-08 10:52:33 +02:00
docblock
This commit is contained in:
@@ -450,6 +450,12 @@ class TwigExtension extends \Twig_Extension implements \Twig_Extension_GlobalsIn
|
||||
return (strpos($haystack, $needle) !== false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a human readable output for cron sytnax
|
||||
*
|
||||
* @param $at
|
||||
* @return string
|
||||
*/
|
||||
public function niceCronFilter($at)
|
||||
{
|
||||
$cron = new Cron($at);
|
||||
|
||||
Reference in New Issue
Block a user