class EccubeExtension extends Twig_Extension

Methods

__construct(Application $app)

No description

array
getFunctions()

Returns a list of functions to add to the existing list.

array
getFilters()

Returns a list of filters.

string
getName()

Name of this extension

string
getImageInfo($path)

Name of this extension

string
getNoImageMainList($image)

Name of this extension

string
getNoImageMain($image)

Name of this extension

string
getCalcIncTax($price, $tax_rate, $tax_rule)

Name of this extension

Details

at line 11
__construct(Application $app)

Parameters

Application $app

at line 21
array getFunctions()

Returns a list of functions to add to the existing list.

Return Value

array An array of functions

at line 34
array getFilters()

Returns a list of filters.

Return Value

array

at line 47
string getName()

Name of this extension

Return Value

string

at line 57
string getImageInfo($path)

Name of this extension

Parameters

$path

Return Value

string

at line 92
string getNoImageMainList($image)

Name of this extension

Parameters

$image

Return Value

string

at line 102
string getNoImageMain($image)

Name of this extension

Parameters

$image

Return Value

string

at line 112
string getCalcIncTax($price, $tax_rate, $tax_rule)

Name of this extension

Parameters

$price
$tax_rate
$tax_rule

Return Value

string