adamwathan/form

View on GitHub
src/AdamWathan/Form/OldInput/OldInputInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AdamWathan\Form\OldInput;

interface OldInputInterface
{
    public function hasOldInput();

    public function getOldInput($key);
}