PHP Class Elcodi\Store\CoreBundle\Twig\EncryptExtension

Inheritance: extends Twig_Extensio\Twig_Extension
Show file Open project: elcodi/bamboo

Public Methods

Method Description
getFilters ( ) : Twig_SimpleFilte\Twig_SimpleFilter[] Return all filters
getName ( ) : string return extension name
md5 ( $value ) : string Return the md5 of the value
sha1 ( $value ) : string Return the sha1 of the value

Method Details

getFilters() public method

Return all filters
public getFilters ( ) : Twig_SimpleFilte\Twig_SimpleFilter[]
return Twig_SimpleFilte\Twig_SimpleFilter[] Filters

getName() public method

return extension name
public getName ( ) : string
return string extension name

md5() public method

Return the md5 of the value
public md5 ( $value ) : string
return string The value encrypted

sha1() public method

Return the sha1 of the value
public sha1 ( $value ) : string
return string The value encrypted