An error occurred while loading the file. Please try again.
-
Guillaume Perréal authored72c714b0
<?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 ClassFilterInterface
{
/**
* @param type $className
* @return bool
*/
public function accept($className);
}