Diff
Index: validate.md
--- validate.md (nonexistent)
+++ validate.md (revision 4)
@@ -0,0 +1,25 @@
+
+# NotificationCondition::validate
+
+### Usage
+
+> bool NotificationCondition::validate([ array $attr = [] ])
+
+### Description
+
+> Validate
+
+### Parameters
+
+Parameter | Required | Type | Description
+------------- |------------- |------------- |-------------
+attr | No | array |
+
+### Return
+> bool
+### See Also
+
+* getFields()
+* getRecord()
+
+
Full Code
NotificationCondition::validate
Usage
bool NotificationCondition::validate([ array $attr = [] ])
Description
Validate
Parameters
| Parameter |
Required |
Type |
Description |
| attr |
No |
array |
|
Return
bool
See Also