FluentDOM\Loader\Lazy::supports PHP Method

supports() public method

public supports ( string $contentType ) : boolean
$contentType string
return boolean
    public function supports($contentType)
    {
        $contentType = $this->normalizeContentType($contentType);
        return isset($this->_list[$contentType]);
    }