ImplementsInterface.php 560 bytes
<?php
/*
 * © 2016 IRSTEA
 * Guillaume Perréal <guillaume.perreal@irstea.fr>
 * Tous droits réservés.
 */
namespace Irstea\PlantUmlBundle\Model\Arrow;
use Irstea\PlantUmlBundle\Model\Node\Interface_;
use Irstea\PlantUmlBundle\Model\UmlNodeInterface;
/**
 * Description of ImplementsInterface
 * @author Guillaume Perréal <guillaume.perreal@irstea.fr>
class ImplementsInterface extends BaseArrow
    public function __construct(UmlNodeInterface $source, Interface_ $target)
        parent::__construct($target, $source, "<|..");