PHP Класс Airship\Cabin\Hull\Landing\Ajax

Manage the front-facing AJAX responders
Наследование: extends LandingGear
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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