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/PageSequence.inc.php

    r1 r708  
    3030     * @access public
    3131     */
    32     function PageSequence($params)
     32    function __construct($params)
    3333    {
    3434        $this->sequence_title = isset($params['sequence_title']) ? $params['sequence_title'] : 'no_title';
Note: See TracChangeset for help on using the changeset viewer.