kernel/private/options/ezpautoloadgeneratoroptions.php
File containing the options object for the autoload generator
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\ezpAutoloadGeneratorOptions
Package: kernel
Class containing options for eZAutoloadGenerator
- Parent(s)
- \ezcBaseOptions
- $options
- array
Properties


string
$basePath= ''
Contains the base path from which to root the search, and from which to create relative paths
Contains the base path from which to root the search, and from which to create relative paths
Details
- Type
- string
- Magic
- Property
- Contains the base path from which to root the search, and from which to create relative paths


bool
$displayProgress= ''
Control whether incremental progress output should be shown on the CLI.
Control whether incremental progress output should be shown on the CLI.
Details
- Type
- bool
- Magic
- Property
- Control whether incremental progress output should be shown on the CLI.


array
$excludeDirs= ''
Arrays of which paths should not be included in the search for PHP classes.
Arrays of which paths should not be included in the search for PHP classes.
Details
- Type
- array
- Magic
- Property
- Arrays of which paths should not be included in the search for PHP classes.


string
$outputDir= ''
Is the directory into which the autoload arrays should be written, defaults to 'autoload'
Is the directory into which the autoload arrays should be written, defaults to 'autoload'
Details
- Type
- string
- Magic
- Property
- Is the directory into which the autoload arrays should be written, defaults to 'autoload'


bool
$searchExtensionFiles= ''
Control whether to search for classes in extensions
Control whether to search for classes in extensions
Details
- Type
- bool
- Magic
- Property
- Control whether to search for classes in extensions


bool
$searchKernelFiles= ''
Control whether to search the kernel classes
Control whether to search the kernel classes
Details
- Type
- bool
- Magic
- Property
- Control whether to search the kernel classes


bool
$searchKernelOverride= ''
Control whether to search for kernel overrides in extensions.
Control whether to search for kernel overrides in extensions.
Details
- Type
- bool
- Magic
- Property
- Control whether to search for kernel overrides in extensions.


bool
$searchTestFiles= ''
Control whether to search for classes in the test system
Control whether to search for classes in the test system
Details
- Type
- bool
- Magic
- Property
- Control whether to search for classes in the test system