1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 00:37:02 +02:00
This commit is contained in:
Ryan Cramer
2019-02-04 15:19:08 -05:00
parent 7d79864dc9
commit 733780f8f6
4 changed files with 4 additions and 4 deletions

View File

@@ -428,7 +428,7 @@ class Config extends WireData {
} }
/** /**
* Check if current ProcessWire version is equal to or newer than given versino * Check if current ProcessWire version is equal to or newer than given version
* *
* If no version argument is given, it simply returns the current ProcessWire version. * If no version argument is given, it simply returns the current ProcessWire version.
* *

View File

@@ -316,7 +316,7 @@ class Fieldgroup extends WireArray implements Saveable, Exportable, HasLookupIte
} }
/** /**
* Does this fieldgroup having the given field? * Does this fieldgroup have the given field?
* *
* #pw-group-retrieval * #pw-group-retrieval
* *

View File

@@ -547,7 +547,7 @@ class Template extends WireData implements Saveable, Exportable {
* *
* #pw-group-fields * #pw-group-fields
* *
* @param string|int|Field May be field name, id or object. * @param string|int|Field $name May be field name, id or object.
* @return bool * @return bool
* *
*/ */

View File

@@ -281,7 +281,7 @@ class WireLog extends Wire {
* - `date` (string): ISO-8601 date string * - `date` (string): ISO-8601 date string
* - `user` (string): user name or boolean false if unknown * - `user` (string): user name or boolean false if unknown
* - `url` (string): full URL or boolean false if unknown * - `url` (string): full URL or boolean false if unknown
* - `text` (string) text of the log entry * - `text` (string): text of the log entry
* @see WireLog::getLines() * @see WireLog::getLines()
* *
*/ */