Enum.php 141 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php class Enum extends CI_Driver_Library { public function __construct () { $this->valid_drivers = ['repaymentPlan']; } }