<?php
/**
 * Created by PhpStorm.
 * User: vamoose
 * Date: 2016/11/28
 * Time: 9:08 AM
 */

namespace EONConsulting\PHPStencil\src\Factories\Text;

/**
 * Interface TextAdapterInterface
 * @package EONConsulting\PHPStencil\src\Factories\Text
 */
interface TextAdapterInterface {

    public function output($data);

}
