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]);
    }