PHP 클래스 Elcodi\Store\CoreBundle\Twig\EncryptExtension

상속: extends Twig_Extensio\Twig_Extension
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
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

메소드 상세

getFilters() 공개 메소드

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

getName() 공개 메소드

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

md5() 공개 메소드

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

sha1() 공개 메소드

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