PHP code example of fob / di-aura-filter-module
1. Go to this page and download the library: Download fob/di-aura-filter-module library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
fob / di-aura-filter-module example snippets
$this->install(new DiAuraFilterModule($this->registry));
/**
* @var FilterFactory
*/
private $sFilterFactory;
/**
* @Inject
* @Named("sff=fob.aura_filter.service_filter_factory")
*/
public function __construct(\Aura\Filter\FilterFactory $sff)
{
$this->sFilterFactory= $sff;
}