Interface for visitable tree elements that can be visited by ezcTreeVisitor implementations for processing using the Visitor design pattern.
All elements that will be part of the tree must implement this interface.
Source for this file: /Tree/src/interfaces/visitable.php
Version: | //autogentag// |
public void |
accept(
$visitor
)
Accepts the visitor. |
Accepts the visitor.
Name | Type | Description |
---|---|---|
$visitor |
ezcTreeVisitor |