webservice/application/views/helpers/DocDescription.php
Michael RICOIS eae820245e PHP-CS-Fixer
2016-11-29 15:10:11 +01:00

9 lines
170 B
PHP

<?php
class Zend_View_Helper_DocDescription extends Zend_View_Helper_Abstract
{
public function docDescription($method)
{
return $method['desc'];
}
}