Method |
Description |
|
__construct ( Silex\Application $app ) |
|
|
getActiveMenus ( array $menus = [] ) : array |
Name of this extension |
|
getCalcIncTax ( $price, $tax_rate, $tax_rule ) : string |
Name of this extension |
|
getCsrfTokenForAnchor ( ) : string |
Name of this extension |
|
getDateFormatFilter ( $date, $value = '', $format = 'Y/m/d' ) : string |
Name of this extension |
|
getEllipsis ( $value, $length = 100, $end = '...' ) : string |
Name of this extension |
|
getFilters ( ) : array |
Returns a list of filters. |
|
getFunctions ( ) : array |
Returns a list of functions to add to the existing list. |
|
getName ( ) : string |
Name of this extension |
|
getNoImageProduct ( $image ) : string |
return No Image filename |
|
getPath ( string $name, array $parameters = [], boolean $relative = false ) : string |
bind から URL へ変換します。
\Symfony\Bridge\Twig\Extension\RoutingExtension::getPath の処理を拡張し、
RouteNotFoundException 発生時に E_USER_WARNING を発生させ、
文字列 "/404?bind={bind}" を返します。 |
|
getPriceFilter ( $number, $decimals, $decPoint = '.', $thousandsSep = ',' ) : string |
Name of this extension |
|
getTimeAgo ( $date ) : string |
Name of this extension |
|
getUrl ( string $name, array $parameters = [], boolean $schemeRelative = false ) : string |
bind から URL へ変換します。
\Symfony\Bridge\Twig\Extension\RoutingExtension::getUrl の処理を拡張し、
RouteNotFoundException 発生時に E_USER_WARNING を発生させ、
文字列 "/404?bind={bind}" を返します。 |
|