PHP 클래스 Airship\Cabin\Hull\Landing\Ajax

Manage the front-facing AJAX responders
상속: extends LandingGear
파일 보기 프로젝트 열기: paragonie/airship

보호된 프로퍼티들

프로퍼티 타입 설명
$blog Airship\Cabin\Hull\Blueprint\Blog

공개 메소드들

메소드 설명
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
blogCommentForm ( ) Just get the blog comment reply form on cached pages
clearCache ( string $key )
loadComments ( )

보호된 메소드들

메소드 설명
fetchComments ( Airship\Engine\Contract\CacheInterface $cache, string $uniqueID )

메소드 상세

airshipLand() 공개 메소드

This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
public airshipLand ( )

blogCommentForm() 공개 메소드

Just get the blog comment reply form on cached pages
public blogCommentForm ( )

clearCache() 공개 메소드

public clearCache ( string $key )
$key string

fetchComments() 보호된 메소드

protected fetchComments ( Airship\Engine\Contract\CacheInterface $cache, string $uniqueID )
$cache Airship\Engine\Contract\CacheInterface
$uniqueID string

loadComments() 공개 메소드

public loadComments ( )

프로퍼티 상세

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

protected Blog,Airship\Cabin\Hull\Blueprint $blog
리턴 Airship\Cabin\Hull\Blueprint\Blog