You are here

protected property ClassLoader::$fileExtension in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php \Doctrine\Common\ClassLoader::fileExtension

PHP file extension.

Type: string

File

vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php, line 43

Class

ClassLoader
A <tt>ClassLoader</tt> is an autoloader for class files that can be installed on the SPL autoload stack. It is a class loader that either loads only classes of a specific namespace or all namespaces and it is suitable for working…

Namespace

Doctrine\Common

Code

protected $fileExtension = '.php';