piotrpolak/pepiscms

View on GitHub
pepiscms/application/classes/Translateable.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * PepisCMS
 *
 * Simple content management system
 *
 * @package             PepisCMS
 * @author              Piotr Polak
 * @copyright           Copyright (c) 2007-2018, Piotr Polak
 * @license             See license.txt
 * @link                http://www.polak.ro/
 */

defined('BASEPATH') or exit('No direct script access allowed');

/**
 * Deprecated, please use TranslateableInterface
 *
 * @deprecated as PepisCMS 1.0.0
 */
interface Translateable extends TranslateableInterface
{
}