Documentation TYPO3 par Ameos |
Public Member Functions | |
initParser ($extension) | |
softInit ($extension) | |
searchTypeMediaTitle ($extension) | |
isMultiplePageExtension ($extension) | |
readFileContent ($ext, $absFile, $cPKey) | |
fileContentParts ($ext, $absFile) | |
splitPdfInfo ($pdfInfoArray) | |
removeEndJunk ($string) | |
getIcon ($extension) | |
Public Attributes | |
$pdf_mode = -20 | |
$app = array() | |
$ext2itemtype_map = array() | |
$supportedExtensions = array() | |
$pObj |
Definition at line 75 of file class.external_parser.php.
|
Creates an array with pointers to divisions of document. ONLY for PDF files at this point. All other types will have an array with a single element with the value "0" (zero) coming back.
Definition at line 521 of file class.external_parser.php. References t3lib_div::intInRange(), and splitPdfInfo(). |
|
Return icon for file extension
Definition at line 606 of file class.external_parser.php. |
|
Initialize external parser for parsing content.
Definition at line 94 of file class.external_parser.php. References t3lib_div::intInRange(), and t3lib_div::trimExplode(). |
|
Returns true if the input extension (item_type) is a potentially a multi-page extension
Definition at line 323 of file class.external_parser.php. |
|
Reads the content of an external file being indexed.
Definition at line 354 of file class.external_parser.php. References removeEndJunk(), splitPdfInfo(), t3lib_div::tempnam(), and t3lib_div::xml2tree(). |
|
Removes some strange char(12) characters and line breaks that then to occur in the end of the string from external files.
Definition at line 579 of file class.external_parser.php. Referenced by readFileContent(). |
|
Return title of entry in media type selector box.
Definition at line 247 of file class.external_parser.php. References t3lib_div::trimExplode(). |
|
Initialize external parser for backend modules Doesn't evaluate if parser is configured right - more like returning POSSIBLE supported extensions (for showing icons etc) in backend and frontend plugin
Definition at line 214 of file class.external_parser.php. |
|
Analysing PDF info into a useable format.
Definition at line 560 of file class.external_parser.php. Referenced by fileContentParts(), and readFileContent(). |