TimestampsMerger
class TimestampsMerger extends Merger
$table->timestamps() merger.
Properties
protected | $line | On going merge the first line |
from Merger |
protected | $next | On going merge the second line |
from Merger |
protected | $merged | Final merge result |
from Merger |
Methods
__construct()
$line, $next and $merged variables were set.
string|null
start(string $line, string $next)
Get a merged line from the current line and the next line.
Details
at line 13
__construct()
$line, $next and $merged variables were set.
at line 25
string|null
start(string $line, string $next)
Get a merged line from the current line and the next line.