Ignore:
Timestamp:
Nov 15, 2019 6:15:50 PM (5 years ago)
Author:
anonymous
Message:

Update class constructor method names to construct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/SpellCheck.inc.php

    r586 r708  
    3131     * @param  array    $params     Array of parameters (key => val pairs).
    3232     */
    33     function SpellCheck($params)
     33    function __construct($params)
    3434    {
    3535        if (!is_array($params) || empty($params)) {
Note: See TracChangeset for help on using the changeset viewer.