open-orchestra/open-orchestra-bbcode-bundle

View on GitHub
BBcodeBundle/Validator/BBcodeValidatorInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php 

namespace OpenOrchestra\BBcodeBundle\Validator;

use JBBCode\InputValidator;

/**
 * Interface BBcodeValidator
 *
 */
interface BBcodeValidatorInterface extends InputValidator
{
    /**
     * Get the validator name
     */
    public function getName();
}