Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc block
  • Loading branch information
dereuromark committed Oct 30, 2016
1 parent 7313afb commit 21cddeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ORM/Association/BelongsToMany.php
Expand Up @@ -982,7 +982,9 @@ public function conditions($conditions = null)
}

/**
* @param string|\Cake\ORM\Table $through
* Sets the current join table, either the name of the Table instance or the instance itself.
*
* @param string|\Cake\ORM\Table $through Name of the Table instance or the instance itself
* @return $this
*/
public function setThrough($through)
Expand All @@ -993,6 +995,8 @@ public function setThrough($through)
}

/**
* Gets the current join table, either the name of the Table instance or the instance itself.
*
* @return string|\Cake\ORM\Table
*/
public function getThrough()
Expand Down

0 comments on commit 21cddeb

Please sign in to comment.