SearchComparisonFactory.php 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace ACA\ACF\Search; use ACA\ACF\Field; interface SearchComparisonFactory { public function create( Field $field, $meta_key, $meta_type ); }