Function deprecationWarning
Helper method for outputting deprecation warnings
Copyright:
Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
License: MIT License
Located at Core/functions.php
License: MIT License
Located at Core/functions.php
deprecationWarning( string $message integer $stackFrame 1 )
Parameters summary
string |
$message |
The message to output as a deprecation warning. |
integer |
$stackFrame = 1 |
The stack frame to include in the error. Defaults to 1 as that should point to application/plugin code. |