Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Codesleeve
AssetPipeline
Composers
ImageComposer
PHP Class Codesleeve\AssetPipeline\Composers\ImageComposer
Inheritance:
extends
BaseComposer
,
implements
Codesleeve\AssetPipeline\Composers\ComposerInterface
ファイルを表示
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