FluentDOM\Loader\Supports::supports PHP Method

supports() public method

See also: Loadable::supports
public supports ( string $contentType ) : boolean
$contentType string
return boolean
    public function supports($contentType)
    {
        return in_array(strtolower($contentType), $this->getSupported());
    }