This commit is contained in:
smiley
2023-09-03 20:03:54 +02:00
parent f1008bd674
commit 91975f191f
3 changed files with 13 additions and 9 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ The full phpDocumentor API documentation can be found at [chillerlan.github.io/p
## Methods
<!-- using non-breaking spaces chr(255) in the longest method signature to force the silly table to stretch -->
| method | return | description |
|---------------------------------------|---------|---------------------------------------------------------------------|
| (static) `moduleValueIsValid($value)` | `bool` | Determines whether the given value is valid |
| `dump(string $file = null)` | `mixed` | Generates the output, optionally dumps it to a file, and returns it |
| method | return | description |
|---------------------------------------|---------|----------------------------------------------------------------------|
| (static) `moduleValueIsValid($value)` | `bool` | Checks whether the given value is valid for the current output class |
| `dump(string $file = null)` | `mixed` | Generates the output, optionally dumps it to a file, and returns it |
## Constants