ValidationContext
in
Table of Contents
- getDocument() : DocumentNode
- getErrors() : array<int, Error>
- getSchema() : Schema|null
- reportError() : void
Methods
getDocument()
public
getDocument() : DocumentNode
Return values
DocumentNode —getErrors()
public
getErrors() : array<int, Error>
Return values
array<int, Error> —getSchema()
public
getSchema() : Schema|null
Return values
Schema|null —reportError()
public
reportError(Error $error) : void
Parameters
- $error : Error
