Bolt\Storage\Field\Sanitiser\Sanitiser::__construct PHP Method

__construct() public method

Constructor.
public __construct ( array $allowedTags, array $allowedAttributes, array $allowedWyswig )
$allowedTags array
$allowedAttributes array
$allowedWyswig array
    public function __construct(array $allowedTags, array $allowedAttributes, array $allowedWyswig)
    {
        $this->allowedTags = $allowedTags;
        $this->allowedAttributes = $allowedAttributes;
        $this->allowedWyswig = $allowedWyswig;
    }