PHP Class Airship\Cabin\Hull\Landing\Ajax

Manage the front-facing AJAX responders
Inheritance: extends LandingGear
Afficher le fichier Open project: paragonie/airship

Protected Properties

Свойство Type Description
$blog Airship\Cabin\Hull\Blueprint\Blog

Méthodes publiques

Méthode Description
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 ( )

Méthodes protégées

Méthode Description
fetchComments ( Airship\Engine\Contract\CacheInterface $cache, string $uniqueID )

Method Details

airshipLand() public méthode

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

blogCommentForm() public méthode

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

clearCache() public méthode

public clearCache ( string $key )
$key string

fetchComments() protected méthode

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

loadComments() public méthode

public loadComments ( )

Property Details

$blog protected_oe property

protected Blog,Airship\Cabin\Hull\Blueprint $blog
Résultat Airship\Cabin\Hull\Blueprint\Blog