The fourth example did it for me.
// echo self::$options['type']( $options );
echo self::{$options['type']}( $options );
The fourth example did it for me.
// echo self::$options['type']( $options );
echo self::{$options['type']}( $options );