RenanBr.BibTexParser.Processor.KeywordsProcessor - JoomlaPubDB/PubDB GitHub Wiki
Namespace: \RenanBr\BibTexParser\Processor
Summary:
Splits tags contents as array.
- No constants found
- File: administrator/helpers/vendor/renanbr/bibtex-parser/src/Processor/KeywordsProcessor.php
- Package: Default
- Class Hierarchy:
- \RenanBr\BibTexParser\Processor\KeywordsProcessor
- Uses Traits:
Type: array
Details:
- Inherited From: \RenanBr\BibTexParser\Processor\TagCoverageTrait
Type: string
Details:
- Inherited From: \RenanBr\BibTexParser\Processor\TagCoverageTrait
public setTagCoverage(array $tags, string $strategy = null)
Details:
- Inherited From: \RenanBr\BibTexParser\Processor\TagCoverageTrait
Type | Name | Description |
---|---|---|
array |
$tags | List of tags to be covered |
string |
$strategy | Can assume "whitelist" (default) or "blacklist" |
public __construct()
Details:
- Inherited From: \RenanBr\BibTexParser\Processor\KeywordsProcessor
public __invoke(array $entry) : array
Details:
- Inherited From: \RenanBr\BibTexParser\Processor\KeywordsProcessor
Type | Name | Description |
---|---|---|
array |
$entry |
Returns: array
protected getCoveredTags(array $tags) : array
Summary
Calculates which tags are covered.
Description
The search performed internally is case-insensitive.
Details:
- Inherited From: \RenanBr\BibTexParser\Processor\TagCoverageTrait
Type | Name | Description |
---|---|---|
array |
$tags |
Returns: array
This document was automatically generated from source code comments on 2020-07-13 using phpDocumentor and fr3nch13/phpdoc-markdown