| Current Path : C:/xampp/htdocs/cid/system/vendor/phpoffice/math/src/Math/Writer/ |
| Current File : C:/xampp/htdocs/cid/system/vendor/phpoffice/math/src/Math/Writer/WriterInterface.php |
<?php
namespace PhpOffice\Math\Writer;
use PhpOffice\Math\Math;
interface WriterInterface
{
public function write(Math $math): string;
}