NodeInterface.php 363 bytes
<?php
/*
 * © 2016 IRSTEA
 * Guillaume Perréal <guillaume.perreal@irstea.fr>
 * Tous droits réservés.
 */
namespace Irstea\PlantUmlBundle\Model;
use Irstea\PlantUmlBundle\Writer\WritableNodeInterface;
/**
 * @author Guillaume Perréal <guillaume.perreal@irstea.fr>
interface NodeInterface extends WritableNodeInterface
    //put your code here