Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • Locator
          • Configuration
            • Assembler
            • Validator
          • FileExistsStrategy
          • Generator
          • MethodBodyBuilder
          • Process
            • Transformer
              • Assembler
              • FileLoader
              • Generator
            • Validator

Classes

  • AbstractGenerator
  • AbstractInterfaceGenerator
  • FactoryInterfaceGenerator
  • InvalidArgumentExceptionGenerator
  • LocatorGenerator
  • LocatorInterfaceGenerator

Interfaces

  • GeneratorInterface
  • Overview
  • Namespace
  • Class

Class AbstractGenerator

Class AbstractGenerator

Net\Bazzline\Component\Locator\Generator\AbstractGenerator implements Net\Bazzline\Component\Locator\Generator\GeneratorInterface

Direct known subclasses

Net\Bazzline\Component\Locator\Generator\AbstractInterfaceGenerator, Net\Bazzline\Component\Locator\Generator\InvalidArgumentExceptionGenerator, Net\Bazzline\Component\Locator\Generator\LocatorGenerator

Indirect known subclasses

Net\Bazzline\Component\Locator\Generator\FactoryInterfaceGenerator, Net\Bazzline\Component\Locator\Generator\LocatorInterfaceGenerator
Abstract
Namespace: Net\Bazzline\Component\Locator\Generator
Package: Net\Bazzline\Component\Locator
Located at Generator/AbstractGenerator.php
Methods summary
public
# setConfiguration( Net\Bazzline\Component\Locator\Configuration\Configuration $configuration )

Parameters

$configuration

Returns


$this
public
# setFileExistsStrategy( Net\Bazzline\Component\Locator\FileExistsStrategy\FileExistsStrategyInterface $strategy )

Parameters

$strategy

Returns


$this
protected
# moveOldFileIfExists( string $filePath, string $fileName )

Parameters

$filePath
$fileName

Throws

Net\Bazzline\Component\Locator\RuntimeException
protected
# dumpToFile( string $fullQualifiedFileName, string $content )

Parameters

$fullQualifiedFileName
$content

Throws

Net\Bazzline\Component\Locator\RuntimeException
protected string
# getAuthorString( )

Returns

string
Methods inherited from Net\Bazzline\Component\Locator\Generator\GeneratorInterface
generate()
Properties summary
protected Net\Bazzline\Component\Locator\Configuration\Configuration $configuration
#
protected Net\Bazzline\Component\Locator\FileExistsStrategy\FileExistsStrategyInterface $fileExistsStrategy
#
PHP Locator Generator Component by bazzline.net API documentation generated by ApiGen