Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit f842f89

Browse files
committed
Closes zendframework#604 - Add doccomments to Zend_Log covering its magic methods
1 parent 8fc9980 commit f842f89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

library/Zend/Log.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
2626
* @license http://framework.zend.com/license/new-bsd New BSD License
2727
* @version $Id$
28+
*
29+
* Convenience methods for log [@see Zend_Log::__call()]:
30+
*
31+
* @method emerg(string $message, $extras = null)
32+
* @method alert(string $message, $extras = null)
33+
* @method crit(string $message, $extras = null)
34+
* @method err(string $message, $extras = null)
35+
* @method warn(string $message, $extras = null)
36+
* @method notice(string $message, $extras = null)
37+
* @method info(string $message, $extras = null)
38+
* @method debug(string $message, $extras = null)
2839
*/
2940
class Zend_Log
3041
{

0 commit comments

Comments
 (0)