PHP 클래스 Horde_Script_Cache, horde

부터: 2.12.0
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array Configuration parameters.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
gc ( ) Perform garbage collection.
process ( Horde_Script_List $hsl ) : object Process the scripts contained in Horde_Script_List.

보호된 메소드들

메소드 설명
_process ( array $scripts ) : array Process a list of scripts.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Configuration parameters.

_process() 추상적인 보호된 메소드

Process a list of scripts.
abstract protected _process ( array $scripts ) : array
$scripts array Script list.
리턴 array List of JS files to load.

gc() 공개 메소드

Perform garbage collection.
public gc ( )

process() 공개 메소드

Process the scripts contained in Horde_Script_List.
public process ( Horde_Script_List $hsl ) : object
$hsl Horde_Script_List Script list.
리턴 object Object with these properties:
  - all: (array)
  - jsvars: (array)
  - script: (array)

프로퍼티 상세

$_params 보호되어 있는 프로퍼티

Configuration parameters.
protected array $_params
리턴 array