HighlighterInterface |
|
---|---|
|
|
This file is part of the Pinocchio library. (c) José Nahuel Cuesta Luengo nahuelcuestaluengo@gmail.com For the full copyright and license information, please view the LICENSE file that was distributed with this source code. |
namespace Pinocchio\Highlighter;
|
Interface HighlighterInterface @author José Nahuel Cuesta Luengo nahuelcuestaluengo@gmail.com |
interface HighlighterInterface
{
|
Highlight the code @param @param @return |
function highlight($language, $source);
}
|