mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Adding documentation.
This commit is contained in:
parent
96968f7194
commit
b135e38072
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ abstract class ObjectCollection {
|
|||
* the method you are calling.
|
||||
* @param array $params Array of parameters for the triggered callback.
|
||||
* @param array $options Array of options.
|
||||
* @return mixed true.
|
||||
* @return mixed Either the last result or all results if collectReturn is on.
|
||||
* @throws CakeException when modParams is used with an index that does not exist.
|
||||
*/
|
||||
public function trigger($callback, $params = array(), $options = array()) {
|
||||
if (empty($this->_enabled)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue