Newscoop\Article\SearchService::getSubType PHP Метод

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

Return sub type for the document
public getSubType ( Newscoop\Search\DocumentInterface $article ) : string
$article Newscoop\Search\DocumentInterface
Результат string identifier
    public function getSubType(DocumentInterface $article)
    {
        return $article->getType();
    }