KGzocha\Searcher\Chain\TransformerInterface::skip PHP Метод

skip() публичный Метод

Important! Results might be null when cell will be used as first one.
public skip ( mixed $results ) : boolean
$results mixed
Результат boolean
    public function skip($results);
TransformerInterface