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