817. require $file;
818. }
819. }
820.
821. /**
822. * Protected get realative file path
823. */
824. protected static function getRelativeFilePath($file)
825. {
826. return str_replace(REAL_BASE_DIR, NULL, $file);
827. }
828.
829. /**
830. * Clean nail
831. *
832. * @param string
833. *
834. * @return string
835. */
836. protected static function cleanNailClassMapContent($string)