15 lines
205 B
PHP
15 lines
205 B
PHP
|
<?php namespace ProcessWire;
|
||
|
|
||
|
/**
|
||
|
* Interface for multi-language fields
|
||
|
*
|
||
|
* ProcessWire 3.x, Copyright 2016 by Ryan Cramer
|
||
|
* https://processwire.com
|
||
|
*
|
||
|
* Moved to /wire/core/Interfaces.php
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
|
||
|
|