class FunctionNode implements NodeInterface
FunctionNode represents a "selector:name(expr)" node.
This component is a port of the Python lxml library,
which is copyright Infrae and distributed under the BSD license.
Methods
|
__construct(NodeInterface $selector, string $type, string $name, XPathExpr $expr)
Constructor. |
||
| string |
__toString()
Returns a string representation of the object. |
|
| XPathExpr | toXpath() |
Details
at line 42
public
__construct(NodeInterface $selector, string $type, string $name, XPathExpr $expr)
Constructor.
at line 53
public string
__toString()
Returns a string representation of the object.