TableStorageFactory.php 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php namespace ACA\MetaBox\Search; use ACA\MetaBox\Column; use ACP\Search\Comparison; interface TableStorageFactory { public function create_table_storage( Column $column, Comparison $default ); }