Skip to content

public Election::getExplicitFilteredPairwiseByTags

Read it at the source

Description

php
public Election->getExplicitFilteredPairwiseByTags ( array|string $tags [, int|bool $with = 1] ): array

Get a pairwise filtered by tags.

Parameters

tags: array|string

Tags as string separated by commas or array.

with: int|bool

Minimum number of specified tags that votes must include, or 0 for only votes without any specified tags.

Return value

(array) Return a Pairwise filtered by tags


Released under the MIT License.