Documentation

PhpCssEmbedFilter
in package
implements DependencyExtractorInterface

A filter that embed url directly into css

Tags
author

Pierre Tachoire pierre.tachoire@gmail.com

link
https://github.com/krichprollsch/phpCssEmbed

Interfaces, Classes and Traits

DependencyExtractorInterface
A filter that knows how to extract dependencies.

Table of Contents

$presets  : mixed
filterDump()  : mixed
filterLoad()  : mixed
getChildren()  : array<string|int, AssetInterface>
Returns child assets.
setPresets()  : mixed

Properties

Methods

getChildren()

Returns child assets.

public getChildren(AssetFactory $factory, mixed $content[, mixed $loadPath = null ]) : array<string|int, AssetInterface>
Parameters
$factory : AssetFactory

The asset factory

$content : mixed

The asset content

$loadPath : mixed = null

An optional load path

Return values
array<string|int, AssetInterface>

Child assets

setPresets()

public setPresets(array<string|int, mixed> $presets) : mixed
Parameters
$presets : array<string|int, mixed>
Return values
mixed

Search results