PHP 클래스 Craft\MinimeeTwigExtension

상속: extends Twig_Extension
파일 보기 프로젝트 열기: johndwells/craft.minimee

공개 메소드들

메소드 설명
getFilters ( ) : Array Return an array of twig filters
getGlobals ( ) : Array Inject into the template scope a read-only copy of Minimee's runtime settings
getName ( ) : String Name of our twig filter
minimeeFilter ( String $html, Array $settings = [] ) : String Define our filter

보호된 메소드들

메소드 설명
detectType ( $html = '' ) Quick string detection to determine type
pregMatchAssetsByType ( $type, $haystack ) : boolean | array Helper function to parse content looking for CSS and JS tags.

메소드 상세

detectType() 보호된 메소드

Quick string detection to determine type
protected detectType ( $html = '' )

getFilters() 공개 메소드

Return an array of twig filters
public getFilters ( ) : Array
리턴 Array

getGlobals() 공개 메소드

Inject into the template scope a read-only copy of Minimee's runtime settings
public getGlobals ( ) : Array
리턴 Array

getName() 공개 메소드

Name of our twig filter
public getName ( ) : String
리턴 String

minimeeFilter() 공개 메소드

Define our filter
public minimeeFilter ( String $html, Array $settings = [] ) : String
$html String
$settings Array
리턴 String

pregMatchAssetsByType() 보호된 메소드

Returns array of links found.
protected pregMatchAssetsByType ( $type, $haystack ) : boolean | array
리턴 boolean | array Array of found matches, or false if none