An error occurred while loading the file. Please try again.
-
Guillaume Perréal authored051af78f
<?php
/*
* © 2016 IRSTEA
* Guillaume Perréal <guillaume.perreal@irstea.fr>
* Tous droits réservés.
*/
namespace Irstea\PlantUmlBundle\Model;
/**
*
* @author Guillaume Perréal <guillaume.perreal@irstea.fr>
*/
interface DecoratorInterface
{
public function decorate($className, NodeInterface $node, ClassVisitorInterface $visitor);
}