Document: ezcDocumentValidation
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcDocumentValidation
|
Interface specifying, that the document may be directly exported to HTML. [
source]
Method Summary
Methods
validateFile
mixed validateFile(
string
$file )
Validate the input file
Validate the input file against the specification of the current document format.
Returns true, if the validation succeded, and an array with ezcDocumentValidationError objects otherwise.
Parameters
| Name |
Type |
Description |
$file |
string |
|
validateString
mixed validateString(
string
$string )
Validate the input string
Validate the input string against the specification of the current document format.
Returns true, if the validation succeded, and an array with ezcDocumentValidationError objects otherwise.
Parameters
| Name |
Type |
Description |
$string |
string |
|
Last updated: Mon, 21 Dec 2009