VariationOptionsInterface.php 227 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace Wpae\App\Service\VariationOptions; interface VariationOptionsInterface { public function preProcessPost(\WP_Post $entry); public function getQueryWhere($wpdb, $where, $join, $closeBracket = false); }