Habari\RewriteRule::__construct PHP Метод

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

Constructor for the rewrite_rule class.
public __construct ( array $paramarray = [] )
$paramarray array an associative array or querystring of initial field values
    public function __construct($paramarray = array())
    {
        // Defaults
        $this->fields = array_merge(self::default_fields(), $this->fields);
        parent::__construct($paramarray);
        $this->exclude_fields('rule_id');
    }