PHP 클래스 Ansel_Tile_Gallery, horde

저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
getTile ( Ansel_Gallery $gallery, Ansel_Style $style = null, boolean $mini = false, array $params = [] ) : Outputs Outputs the html for a gallery tile.

메소드 상세

getTile() 공개 정적인 메소드

Outputs the html for a gallery tile.
public static getTile ( Ansel_Gallery $gallery, Ansel_Style $style = null, boolean $mini = false, array $params = [] ) : Outputs
$gallery Ansel_Gallery The Ansel_Gallery we are displaying.
$style Ansel_Style A style object.
$mini boolean Force the use of a mini thumbail?
$params array An array containing additional parameters. Currently, gallery_view_url and image_view_url are used to override the respective urls. %g and %i are replaced with image id and gallery id, respectively
리턴 Outputs the HTML for the tile.