메소드 |
설명 |
|
findObject ( array $haystack, object $needle ) : mixed |
Finds the object $needle in an array of objects
and returns the position in the $haystack |
|
getChildNode ( DOMNode $node ) : DOMNode |
Wrapper around getChildNodes() that only returns the first node. |
|
getChildNodes ( DOMNode $node ) : array |
Wrapper around DOMNode->childNodes that filters DOMText (whitespace)
nodes. |
|
getDefaultConfiguration ( string $className ) : mixed |
Returns the default configuration for a node class. |
|
variableToString ( mixed $variable ) : string |
Returns a compact textual representation of a PHP variable. |
|