format() public method

public format ( ) : string
return string
Exemplo n.º 1
0
 private function wrapInKey(Cron $cron, $key)
 {
     return PHP_EOL . $this->beginKey($key) . PHP_EOL . trim($cron->format()) . PHP_EOL . self::KEY_END;
 }