Bolt\Storage\Field\Sanitiser\Sanitiser::__construct PHP Метод

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

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;
    }