Overview

Namespaces

  • GAubry
    • ErrorHandler
    • Helpers
    • Logger
    • Shell
  • Himedia
    • Padocc
      • DB
      • Minifier
      • Numbering
      • Properties
      • Task
        • Base
        • Extended
  • None
  • Psr
    • Log

Classes

  • Factory
  • JSMinAdapter

Interfaces

  • MinifierInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class Factory

Factory de MinifierInterface.

Namespace: Himedia\Padocc\Minifier
Author: Geoffroy AUBRY <gaubry@hi-media.com>
Located at Himedia/Padocc/Minifier/Factory.php
Methods summary
public static Himedia\Padocc\Minifier\MinifierInterface
# getInstance( integer $iType, GAubry\Shell\ShellAdapter $oShell )

Retourne une instance de MinifierInterface selon le $iType spécifié.

Retourne une instance de MinifierInterface selon le $iType spécifié.

Parameters

$iType
integer
$iType type d'instance désiré
$oShell
GAubry\Shell\ShellAdapter
$oShell

Returns

Himedia\Padocc\Minifier\MinifierInterface
une instance de MinifierInterface selon le $iType spécifié.

Throws

BadMethodCallException
si type inconnu.
private
# __construct( )

Simple factory, non instanciable.

Simple factory, non instanciable.

CodeCoverageIgnore

Constants summary
integer TYPE_JSMIN 1
#

Pour indiquer que l'on souhaite construire une instance de JSMinAdapter.

Pour indiquer que l'on souhaite construire une instance de JSMinAdapter.

See

Himedia\Padocc\Minifier\Factory::getInstance()
Platform for Automatized Deployments with pOwerful Concise Configuration API documentation generated by ApiGen 2.8.0