Overview

Namespaces

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

Classes

  • AbstractStrategy
  • DeleteStrategy
  • SuffixWithCurrentTimestampStrategy

Interfaces

  • FileExistsStrategyInterface

Exceptions

  • InvalidArgumentException
  • RuntimeException
  • Overview
  • Namespace
  • Class

Class AbstractStrategy

Class AbstractStrategy

Net\Bazzline\Component\Locator\FileExistsStrategy\AbstractStrategy implements Net\Bazzline\Component\Locator\FileExistsStrategy\FileExistsStrategyInterface

Direct known subclasses

Net\Bazzline\Component\Locator\FileExistsStrategy\DeleteStrategy, Net\Bazzline\Component\Locator\FileExistsStrategy\SuffixWithCurrentTimestampStrategy
Abstract
Namespace: Net\Bazzline\Component\Locator\FileExistsStrategy
Package: Net\Bazzline\Component\Locator\FileExistsStrategy
Located at FileExistsStrategy/AbstractStrategy.php
Methods summary
public
# setFileName( string $name )

Parameters

$name

Returns


$this

Throws

Net\Bazzline\Component\Locator\FileExistsStrategy\InvalidArgumentException

Implementation of

Net\Bazzline\Component\Locator\FileExistsStrategy\FileExistsStrategyInterface::setFileName()
public
# setFilePath( string $path )

Parameters

$path

Returns


$this

Throws

Net\Bazzline\Component\Locator\FileExistsStrategy\InvalidArgumentException

Implementation of

Net\Bazzline\Component\Locator\FileExistsStrategy\FileExistsStrategyInterface::setFilePath()
protected null|string
# getFileName( )

Returns

null|string

Throws

Net\Bazzline\Component\Locator\FileExistsStrategy\RuntimeException
protected null|string
# getFilePath( )

Returns

null|string

Throws

Net\Bazzline\Component\Locator\FileExistsStrategy\RuntimeException
protected
# resetFileName( )

Returns


$this
protected
# resetFilePath( )

Returns


$this
Methods inherited from Net\Bazzline\Component\Locator\FileExistsStrategy\FileExistsStrategyInterface
execute()
PHP Locator Generator Component by bazzline.net API documentation generated by ApiGen