fixing @return tags for phpdocumentor
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@120528 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
709b859f13
commit
1475ab4b17
|
|
@ -48,7 +48,7 @@ class Spreadsheet_Excel_Writer extends Workbook
|
||||||
* The constructor. It just creates a Workbook
|
* The constructor. It just creates a Workbook
|
||||||
*
|
*
|
||||||
* @param string $filename The optional filename for the Workbook.
|
* @param string $filename The optional filename for the Workbook.
|
||||||
* @return object The Workbook created
|
* @return Workbook The Workbook created
|
||||||
*/
|
*/
|
||||||
function Spreadsheet_Excel_Writer($filename = '')
|
function Spreadsheet_Excel_Writer($filename = '')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ class Workbook extends BIFFwriter
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $name the optional name of the worksheet
|
* @param string $name the optional name of the worksheet
|
||||||
* @return &object reference to a worksheet object
|
* @return &Worksheet reference to a worksheet object
|
||||||
*/
|
*/
|
||||||
function &addWorksheet($name = '')
|
function &addWorksheet($name = '')
|
||||||
{
|
{
|
||||||
|
|
@ -264,7 +264,7 @@ class Workbook extends BIFFwriter
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @param array $properties array with properties for initializing the format (see Format.php)
|
* @param array $properties array with properties for initializing the format (see Format.php)
|
||||||
* @return &object reference to an XF format
|
* @return &Format reference to an XF format
|
||||||
*/
|
*/
|
||||||
function &addFormat($properties = array())
|
function &addFormat($properties = array())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue