Flow PHP

ValueDecoder

FinalYes

Methods

__construct()  : mixed
decoderFor()  : ValueDecoder
htmlDocumentFromString()  : object
htmlElementFromString()  : object
xmlDocumentFromString()  : DOMDocument
xmlElementFromString()  : DOMElement

Methods

htmlDocumentFromString()

public static htmlDocumentFromString(string $html) : object
Parameters
$html : string
Return values
object

htmlElementFromString()

public static htmlElementFromString(string $html) : object
Parameters
$html : string
Return values
object

xmlDocumentFromString()

public static xmlDocumentFromString(string $xml) : DOMDocument
Parameters
$xml : string
Return values
DOMDocument

xmlElementFromString()

public static xmlElementFromString(string $xml) : DOMElement
Parameters
$xml : string
Return values
DOMElement
On this page

Search results