format() 공개 메소드

public format ( ) : string
리턴 string
예제 #1
0
 private function wrapInKey(Cron $cron, $key)
 {
     return PHP_EOL . $this->beginKey($key) . PHP_EOL . trim($cron->format()) . PHP_EOL . self::KEY_END;
 }