Documentation

ParserInterface
in

Parser interface

Tags
category

Pop

author

Nick Sagona, III dev@noladev.com

copyright

Copyright (c) 2009-2027 NOLA Interactive, LLC.

license

https://www.popphp.org/license New BSD License

version
1.0.0

Table of Contents

Methods

getData()  : mixed
Get data
getErrorMessage()  : string|null
Get error message
getResult()  : mixed
Get parsed result
hasError()  : bool
Check if there is an error
parse()  : static
Parse method
setData()  : static
Set data

Methods

getErrorMessage()

Get error message

public getErrorMessage() : string|null
Return values
string|null

hasError()

Check if there is an error

public hasError() : bool
Return values
bool

setData()

Set data

public setData(mixed $data) : static
Parameters
$data : mixed
Return values
static

        
On this page

Search results