Methods summary
public static
MOC\Core\Depending
|
|
public static
MOC\Core\Changelog\Fix
|
|
public static
MOC\Core\Changelog
|
|
public
MOC\Core\Changelog
|
#
HotFix( mixed $Timestamp, mixed $Message )
A hotfix is a very important (urgent) fix, but contains no new
features.
A hotfix is a very important (urgent) fix, but contains no new
features.
Parameters
- $Timestamp
mixed $Timestamp
- $Message
mixed $Message
Returns
|
public
MOC\Core\Changelog
|
#
BugFix( mixed $Timestamp, mixed $Message )
A bugfix corrects errors in the program source code, which could otherwise
cause malfunctions.
A bugfix corrects errors in the program source code, which could otherwise
cause malfunctions.
Parameters
- $Timestamp
mixed $Timestamp
- $Message
mixed $Message
Returns
|
public
MOC\Core\Changelog
|
#
DocFix( mixed $Timestamp, mixed $Message )
A docfix corrects errors in the documentation code block
A docfix corrects errors in the documentation code block
Parameters
- $Timestamp
mixed $Timestamp
- $Message
mixed $Message
Returns
|