Class CriticalI_ClassUtils

Description

Utilities for working with classes and files containing them

Located in /Core/lib/CriticalI/ClassUtils.php (line 9)


	
			
Method Summary
 static void class_name (string $filename, [string $base = ''])
 static string file_name (string $class_name)
Methods
static class_name (line 24)

Convert a path into the class name that should be contained within the file

  • access: public
void class_name (string $filename, [string $base = ''])
  • string $filename: The filename to convert
  • string $base: The optional base path to remove from the beginning
static file_name (line 68)

Convert a class name into the path and file that should contain it

  • access: public
string file_name (string $class_name)
  • string $class_name: The class name to convert

Documentation generated on Wed, 25 Apr 2012 09:46:41 -0700 by phpDocumentor 1.4.3