Interface_.php 511 bytes
<?php
/*
 * © 2016 IRSTEA
 * Guillaume Perréal <guillaume.perreal@irstea.fr>
 * Tous droits réservés.
 */
namespace Irstea\PlantUmlBundle\Model\Node;
use Irstea\PlantUmlBundle\Model\NamespaceInterface;
/**
 * Description of Interface_
 * @author Guillaume Perréal <guillaume.perreal@irstea.fr>
class Interface_ extends BaseNode
    public function __construct(NamespaceInterface $namespace, $id, $label)
        parent::__construct($namespace, $id, $label, 'interface', [], []);