Contao\CoreBundle\EventListener\AddToSearchIndexListener::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework, string $fragmentPath = '_fragment' )
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface
$fragmentPath string
    public function __construct(ContaoFrameworkInterface $framework, $fragmentPath = '_fragment')
    {
        $this->framework = $framework;
        $this->fragmentPath = $fragmentPath;
    }
AddToSearchIndexListener