Overview

Namespaces

  • RM
    • AssetsCollector
      • Compilers

Classes

  • BaseAssetsCompiler
  • BaseCssAssetsCompiler
  • BaseJsAssetsCompiler
  • CssSimpleMinificator
  • ImageReplacer
  • ImageToDataStream

Interfaces

  • IAssetsCompiler
  • Overview
  • Namespace
  • Class
  • Tree

Class BaseAssetsCompiler

Base class for CSS/JS file compilers.

Nette\Object
Extended by RM\AssetsCollector\Compilers\BaseAssetsCompiler

Direct known subclasses

RM\AssetsCollector\Compilers\BaseCssAssetsCompiler, RM\AssetsCollector\Compilers\BaseJsAssetsCompiler

Indirect known subclasses

RM\AssetsCollector\Compilers\CssSimpleMinificator, RM\AssetsCollector\Compilers\ImageReplacer, RM\AssetsCollector\Compilers\ImageToDataStream
Abstract
Namespace: RM\AssetsCollector\Compilers
Copyright: (c) Roman Mátyus 2012
License: MIT
Author: Roman Mátyus
Located at AssetsCollector/Compilators/BaseAssetsCompiler.php
Methods summary
public RM\AssetsCollector\Compilers\BaseAssetsCompiler::$output
# getSmaller( )

Get smaller variable from input/output

Get smaller variable from input/output

Returns

RM\AssetsCollector\Compilers\BaseAssetsCompiler::$output
string
Properties summary
protected string $input
#

content of processed file

content of processed file

protected string $output
#

input after compile

input after compile

public string $cssPath
#

base path for css files

base path for css files

public string $jsPath
#

base path for css files

base path for css files

public string $wwwDir
#
public RM\AssetsCollector\Compilers\BaseAssetsCompiler::$webTemp $webTemp
#

folder

folder

API documentation generated by ApiGen 2.8.0