_inlineableTypes)) { $this->_inlineableTypes = array_filter(file(INLINEABLE_TYPES_FILE), create_function('&$a', 'return ($a = trim($a)) && !empty($a) && $a[0] != \'#\';')); } // Check the MIME type of the file. return in_array($file->getFileType(), $this->_inlineableTypes); } } ?>