HumHub Documentation (unofficial)

ConstructorNameSniff.php

Bans PHP 4 style constructors.

Favour PHP 5 constructor syntax, which uses "function __construct()". Avoid PHP 4 constructor syntax, which uses "function ClassName()".

Tags
author

Greg Sherwood gsherwood@squiz.net

author

Leif Wickland lwickland@rightnow.com

copyright

2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)

license

https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence

Table of Contents

Classes

ConstructorNameSniff

        
On this page

Search results