getIsDisabled(); } public function applyInternalEffects($object, $value) { $object->setIsDisabled((int)$value); } public function getTitle() { if ($this->getNewValue()) { return pht( '%s disabled this export.', $this->renderAuthor()); } else { return pht( '%s enabled this export.', $this->renderAuthor()); } } }