Revision: 440
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=440&view=rev
Author: mennodekker
Date: 2012-01-31 12:30:08 +0000 (Tue, 31 Jan 2012)
Log Message:
-----------
another doc fix
Modified Paths:
--------------
branches/1.5.x/library/classes/Gems/Snippets/ModelItemTableSnippetAbstract.php
Modified: branches/1.5.x/library/classes/Gems/Snippets/ModelItemTableSnippetAbstract.php
===================================================================
--- branches/1.5.x/library/classes/Gems/Snippets/ModelItemTableSnippetAbstract.php 2012-01-31 11:46:11 UTC (rev 439)
+++ branches/1.5.x/library/classes/Gems/Snippets/ModelItemTableSnippetAbstract.php 2012-01-31 12:30:08 UTC (rev 440)
@@ -88,7 +88,7 @@
* Overrule this function to add different columns to the browse table, without
* having to recode the core table building code.
*
- * @param MUtil_Model_TableBridge $bridge
+ * @param MUtil_Model_VerticalTableBridge $bridge
* @param MUtil_Model_ModelAbstract $model
* @return void
*/
@@ -167,7 +167,7 @@
* Overrule this function to set the header differently, without
* having to recode the core table building code.
*
- * @param MUtil_Model_TableBridge $bridge
+ * @param MUtil_Model_VerticalTableBridge $bridge
* @param MUtil_Model_ModelAbstract $model
* @return void
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|