Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Codesleeve
AssetPipeline
Composers
ImageComposer
PHP Class Codesleeve\AssetPipeline\Composers\ImageComposer
Inheritance:
extends
BaseComposer
,
implements
Codesleeve\AssetPipeline\Composers\ComposerInterface
Mostrar archivo
Open project: codesleeve/asset-pipeline
Public Methods
Method
Description
process
(
array
$paths
,
array
$absolutePaths
,
array
$attributes
) :
void
Process the paths that come through the asset pipeline
Method Details
process()
public
method
Process the paths that come through the asset pipeline
public
process
(
array
$paths
,
array
$absolutePaths
,
array
$attributes
) :
void
$paths
array
$absolutePaths
array
$attributes
array
return
void