Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • ClassFinder
  • EnvironmentClassFinderSettings

Interfaces

  • ClassFinderInterface
  • ClassFinderSettingsInterface

Class EnvironmentClassFinderSettings

Class EnvironmentClassFinderSettings

EnvironmentClassFinderSettings implements ClassFinderSettingsInterface
Package: Shared\ClassFinder
Category: System
Located at Shared/ClassFinder/EnvironmentClassFinderSettings.inc.php

Methods summary

public array
# getAvailableClasses( )

Returns an associative array with all classes that will be filtered by the ClassFinder Array format: [ClassName] => [ClassFullFilePath]

Returns an associative array with all classes that will be filtered by the ClassFinder Array format: [ClassName] => [ClassFullFilePath]

Returns

array

Implementation of

ClassFinderSettingsInterface::getAvailableClasses()
public array
# getAllowedDirectories( )

Returns an numeric array with all directories that will be accepted by the ClassFinder.

Returns an numeric array with all directories that will be accepted by the ClassFinder.

Returns

array

Implementation of

ClassFinderSettingsInterface::getAllowedDirectories()
public array
# getDisallowedDirectories( )

Returns an numeric array with all directories that will NOT be accepted by the ClassFinder.

Returns an numeric array with all directories that will NOT be accepted by the ClassFinder.

Returns

array

Implementation of

ClassFinderSettingsInterface::getDisallowedDirectories()
API documentation generated by ApiGen