NodeInterface.php 463 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
    /**
     * @param ArrowInterface $arrow
     * @return self
    public function addArrow(ArrowInterface $arrow);