AstroFields/Core

View on GitHub
src/Templates/PrintableInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace WCM\AstroFields\Core\Templates;

interface PrintableInterface
{
    public function __toString();
}