t('Enable this context.')); } /** * @param $op */ public function execute($op) { if ($this->condition_used()) { foreach ($this->get_contexts() as $context) { $this->condition_met($context); } } } }