kernel/private/options/ezpautoloadgeneratoroptions.php

Show: inherited
Table of Contents

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
\ezcBasePropertyNotFoundException If $options contains an undefined property \ezcBaseValueException If $options contains a property with an illegal value

Properties

Propertypublicstring  $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  
Propertypublicbool  $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.  
Propertypublicarray  $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.  
Propertypublicstring  $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'  
Propertypublicbool  $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  
Propertypublicbool  $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  
Propertypublicbool  $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.  
Propertypublicbool  $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  
Propertypublicbool  $writeFiles= ''

Controls whether the the resulting autoload arrays are written to disc.

Controls whether the the resulting autoload arrays are written to disc.
Details
Type
bool
Magic
 
Property
Controls whether the the resulting autoload arrays are written to disc.  

Methods

methodpublic__construct(  $options = array() ) : void

Parameters
Name Type Description
$options
methodpublic__set(  $name,  $value ) : void

Parameters
Name Type Description
$name
$value
Documentation was generated by DocBlox 0.18.1.