getOptions($options, $cfg['DefaultTransformations']['Bool2Text']); if ($buffer == '0') { return $options[1]; // return false label } return $options[0]; // or true one if nonzero } /* ~~~~~~~~~~~~~~~~~~~~ Getters and Setters ~~~~~~~~~~~~~~~~~~~~ */ /** * Gets the transformation name of the specific plugin * * @return string */ public static function getName() { return "Bool2Text"; } }