PHPWord/src/PhpWord/Writer/ODText/WriterPart.php

18 lines
353 B
PHP
Raw Normal View History

<?php
/**
* PHPWord
*
2014-03-27 23:55:06 +07:00
* @link https://github.com/PHPOffice/PHPWord
* @copyright 2014 PHPWord
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
*/
namespace PhpOffice\PhpWord\Writer\ODText;
/**
* ODText writer part abstract
*/
abstract class WriterPart extends \PhpOffice\PhpWord\Writer\Word2007\WriterPart
{
}