Zend Framework

Undocumented parameter in Zend_Db_Table_Row_Abstract::findDependentRowset()

Details

  • Type: Coding Standards Violation Coding Standards Violation
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.0RC3
  • Fix Version/s: 1.6.1
  • Component/s: Zend_Db_Table
  • Labels:
    None

Description

There is undocumented function parameter in

PHPDoc block misses 3 parameter of Zend_Db_Table_Row_Abstract :: findDependentRowset() (line 788). Missing parameter is $select

/**
     * Query a dependent table to retrieve rows matching the current row.
     *
     * @param string|Zend_Db_Table_Abstract  $dependentTable
     * @param string                         OPTIONAL $ruleKey
     * @return Zend_Db_Table_Rowset_Abstract Query result from $dependentTable
     * @throws Zend_Db_Table_Row_Exception If $dependentTable is not a table or is not loadable.
     */
    public function findDependentRowset($dependentTable, $ruleKey = null, Zend_Db_Table_Select $select = null)

Activity

Hide
julien PAULI added a comment -

Patch applied at r11124

Show
julien PAULI added a comment - Patch applied at r11124
Hide
Alexander Veremyev added a comment -

The issue also has cs-11122 (docblock correction) and cs-11126 (merging into release-1.6 branch) commits.

Show
Alexander Veremyev added a comment - The issue also has cs-11122 (docblock correction) and cs-11126 (merging into release-1.6 branch) commits.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: