Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Variables
full_example.php File Reference

Variables

 $coder = new AfsQueryCoder('full_example.php')
 $service = new AfsService(70000, AfsServiceStatus::STABLE)
 $config = new AfsHelperConfiguration()
 $facet_mgr = $query->get_facet_manager()
 $query_mgr = new AfsSearchQueryManager($connector, $config)
 $helper = new AfsResponseHelper($reply, $query, $config)
 $template = $twig->loadTemplate('meta_template.html')

Detailed Description

Variable Documentation

$coder = new AfsQueryCoder('full_example.php')

[Twig init] [Coder/decoder and Query]

Examples:
full_example.php.
$config = new AfsHelperConfiguration()

[Connector] [Helper configuration]

Examples:
full_example.php.
$facet_mgr = $query->get_facet_manager()

[Helper configuration] [Facets and Facet manager]

Examples:
full_example.php.
$helper = new AfsResponseHelper($reply, $query, $config)

[Query manager] [Response helper]

Examples:
acp_helper_example.php, full_example.php, and raw_example.php.
$query_mgr = new AfsSearchQueryManager($connector, $config)

[Facets and Facet manager] [Query manager]

Examples:
full_example.php.
$service = new AfsService(70000, AfsServiceStatus::STABLE)

[Coder/decoder and Query] [Connector]

Examples:
full_example.php.
$template = $twig->loadTemplate('meta_template.html')

[Response helper] [Twig template]

Examples:
full_example.php, and full_lightweight_example.php.