PHP Class Demo\Example\ErrorDemo

Datei anzeigen Open project: goaop/framework Class Usage Examples

Public Methods

Method Description
notSoGoodMethod ( ) Method that is very tricky and should generate a notice
oldMethod ( ) Some old method that is used by system in production, but shouldn't be used for the new code

Method Details

notSoGoodMethod() public method

Method that is very tricky and should generate a notice
public notSoGoodMethod ( )

oldMethod() public method

Some old method that is used by system in production, but shouldn't be used for the new code
Deprecation:
public oldMethod ( )