File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ class csstidy {
246246 * @access private
247247 * @version 1.3
248248 */
249- function csstidy () {
249+ function __construct () {
250250 $ this ->settings ['remove_bslash ' ] = true ;
251251 $ this ->settings ['compress_colors ' ] = true ;
252252 $ this ->settings ['compress_font-weight ' ] = true ;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class csstidy_optimise {
4747 * @access private
4848 * @version 1.0
4949 */
50- function csstidy_optimise (&$ css ) {
50+ function __construct (&$ css ) {
5151 $ this ->parser = & $ css ;
5252 $ this ->css = & $ css ->css ;
5353 $ this ->sub_value = & $ css ->sub_value ;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class csstidy_print {
6666 * @access private
6767 * @version 1.0
6868 */
69- function csstidy_print (&$ css ) {
69+ function __construct (&$ css ) {
7070 $ this ->parser = & $ css ;
7171 $ this ->css = & $ css ->css ;
7272 $ this ->template = & $ css ->template ;
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ class Markdown_Parser {
220220 var $ escape_chars_re ;
221221
222222
223- function Markdown_Parser () {
223+ function __construct () {
224224 #
225225 # Constructor function. Initialize appropriate member variables.
226226 #
You can’t perform that action at this time.
0 commit comments