PHP Class Airship\Cabin\Hull\Landing\Ajax

Manage the front-facing AJAX responders
Inheritance: extends LandingGear
Show file Open project: paragonie/airship

Protected Properties

Property Type Description
$blog Airship\Cabin\Hull\Blueprint\Blog

Public Methods

Method 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 ( )

Protected Methods

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

Method Details

airshipLand() public method

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

blogCommentForm() public method

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

clearCache() public method

public clearCache ( string $key )
$key string

fetchComments() protected method

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

loadComments() public method

public loadComments ( )

Property Details

$blog protected property

protected Blog,Airship\Cabin\Hull\Blueprint $blog
return Airship\Cabin\Hull\Blueprint\Blog