SproutCMS

This is the code documentation for the SproutCMS project

function determineFilePath()

Determines the file path for a class, usually for autoloading

Usage

false|string Sprout::determineFilePath ( string $class );

Arguments

  1. string $class
    The class, including namespace

Return value

  • string
    path or false if it couldn't be found
  • false
    path or false if it couldn't be found