Imdb\PersonSearch::reset PHP Method

reset() public method

Reset search results This empties the collected search results. Without calling this, every new search appends its results to the ones collected by the previous search.
public reset ( )
    function reset()
    {
        $this->resu = array();
    }