Browse Source

cascadeCallbacks() doc updated

Robert 11 years ago
parent
commit
5319e3c959
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/ORM/Association.php

+ 2 - 1
src/ORM/Association.php

@@ -210,7 +210,8 @@ abstract class Association {
 	}
 
 /**
- * Sets whether or not cascaded deletes should also fire callbacks.
+ * Sets whether or not cascaded deletes should also fire callbacks. If no
+ * arguments are passed, the current configured value is returned
  *
  * @param bool $cascadeCallbacks cascade callbacks switch value
  * @return bool