Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/admin/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy
<?php
interface Brizy_Admin_RuleInterface {
/**
* @param $applyFor
* @param $entityType
* @param $entityValues
*
* @return mixed
*/
public function isMatching( $applyFor, $entityType, $entityValues );
/**
* @param $context
*
* @return mixed
*/
public function getRuleWeight($context);
}