FluentDOM\Loader\Lazy::supports PHP Метод

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

public supports ( string $contentType ) : boolean
$contentType string
Результат boolean
    public function supports($contentType)
    {
        $contentType = $this->normalizeContentType($contentType);
        return isset($this->_list[$contentType]);
    }