Imdb\PersonSearch::reset PHP 메소드

reset() 공개 메소드

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();
    }