rock\sanitize\rules\BasicTags::__construct PHP Method

__construct() public method

public __construct ( $allowedTags = null, $config = [] )
    public function __construct($allowedTags = null, $config = [])
    {
        $this->parentConstruct($config);
        if (!empty($allowedTags)) {
            $this->allowedTags = $allowedTags;
        }
    }