Zend\Mvc\Controller\Plugin\AcceptableViewModelSelector::getDefaultMatchAgainst PHP Метод

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

Get the default Accept Types and View Model combinations to match against if none are specified.
public getDefaultMatchAgainst ( ) : array | null
Результат array | null
    public function getDefaultMatchAgainst()
    {
        return $this->defaultMatchAgainst;
    }