PHP Class ApiGen\Configuration\Configuration

Inheritance: extends Nette\Object
Afficher le fichier Open project: apigen/apigen Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ConfigurationOptionsResolver $configurationOptionsResolver )
areNamespacesEnabled ( )
arePackagesEnabled ( )
getAnnotationGroups ( )
getBaseUrl ( )
getDestination ( )
getExclude ( )
getExtensions ( )
getGoogleCseId ( )
getMain ( )
getOption ( $name )
getOptions ( )
getSource ( )
getTitle ( )
getVisibilityLevel ( )
getZipFileName ( )
isAvailableForDownload ( )
isDeprecatedDocumented ( )
isInternalDocumented ( )
isPhpCoreDocumented ( )
isTreeAllowed ( )
resolveOptions ( array $options )
setOptions ( array $options )
shouldGenerateSourceCode ( )

Private Methods

Méthode Description
unsetConsoleOptions ( array $options ) : array

Method Details

__construct() public méthode

public __construct ( ConfigurationOptionsResolver $configurationOptionsResolver )
$configurationOptionsResolver ConfigurationOptionsResolver

areNamespacesEnabled() public méthode

arePackagesEnabled() public méthode

public arePackagesEnabled ( )

getAnnotationGroups() public méthode

public getAnnotationGroups ( )

getBaseUrl() public méthode

public getBaseUrl ( )

getDestination() public méthode

public getDestination ( )

getExclude() public méthode

public getExclude ( )

getExtensions() public méthode

public getExtensions ( )

getGoogleCseId() public méthode

public getGoogleCseId ( )

getMain() public méthode

public getMain ( )

getOption() public méthode

public getOption ( $name )

getOptions() public méthode

public getOptions ( )

getSource() public méthode

public getSource ( )

getTitle() public méthode

public getTitle ( )

getVisibilityLevel() public méthode

public getVisibilityLevel ( )

getZipFileName() public méthode

public getZipFileName ( )

isAvailableForDownload() public méthode

isDeprecatedDocumented() public méthode

isInternalDocumented() public méthode

isPhpCoreDocumented() public méthode

public isPhpCoreDocumented ( )

isTreeAllowed() public méthode

public isTreeAllowed ( )

resolveOptions() public méthode

public resolveOptions ( array $options )
$options array

setOptions() public méthode

public setOptions ( array $options )
$options array

shouldGenerateSourceCode() public méthode