Neos\Flow\Aop\Advice\AdviceChain::rewind PHP Method

rewind() public method

Re-initializes the index to start a new run through the advice chain
public rewind ( ) : void
return void
    public function rewind()
    {
        $this->adviceIndex = -1;
    }