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

setAllowedTags() public method

public setAllowedTags ( array $allowedTags )
$allowedTags array
    public function setAllowedTags(array $allowedTags)
    {
        $this->allowedTags = $allowedTags;
        return $this;
    }