first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\FeedGeneratorBundle\Configuration\Nodes;
|
||||
|
||||
use KupShop\FeedGeneratorBundle\Configuration\IConfigurationVisitor;
|
||||
|
||||
class ConditionNode extends AbstractNode implements INode
|
||||
{
|
||||
public function accept(IConfigurationVisitor $visitor, &$handle = null)
|
||||
{
|
||||
return $visitor->visitCondition($this, $handle);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user