ucfirst()->toString(); $class = new $className(); if (! $class instanceof OptionInterface) { throw new Exception('option must be implement [OptionInterface]'); } return $class; } }