Skip to content

Commit

Permalink
Adding some missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 4, 2014
1 parent 513700c commit 47d8b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/Association.php
Expand Up @@ -645,6 +645,7 @@ public abstract function type();
* - fields: List of fields to select from the target table
* - contain: List of related tables to eager load associated to the target table
* - strategy: The name of strategy to use for finding target table records
* - nestKey: The array key under which results will be found when transforming the row
*
* @param array $options
* @return \Closure
Expand Down
1 change: 1 addition & 0 deletions src/ORM/Association/SelectableAssociationTrait.php
Expand Up @@ -198,6 +198,7 @@ protected abstract function _buildResultMap($fetchQuery, $options);
* @param \Cake\ORM\Query $fetchQuery the Query used to fetch results
* @param array $resultMap an array with the foreignKey as keys and
* the corresponding target table results as value.
* @param array $options The options passed to the eagerLoader method
* @return \Closure
*/
protected function _resultInjector($fetchQuery, $resultMap, $options) {
Expand Down

0 comments on commit 47d8b17

Please sign in to comment.