Eloquent\Phony\Event\EventOrderVerifier::inOrder PHP 메소드

inOrder() 공개 메소드

Throws an exception unless the supplied events happened in chronological order.
public inOrder ( ) : EventCollection
리턴 EventCollection The result.
    public function inOrder()
    {
        return $this->inOrderSequence(func_get_args());
    }