Some PhpDoc to document api (just a start !)

This commit is contained in:
Pierre Goiffon
2018-11-05 17:15:18 +01:00
parent 676b83519a
commit 905dba67c3

View File

@@ -1406,6 +1406,7 @@ abstract class DBObject implements iDisplay
* @throws \CoreException
* @throws \OQLException
* @since 2.6 N°659 uniqueness constraint
* @api
*/
protected function DoCheckUniqueness()
{
@@ -1471,6 +1472,7 @@ abstract class DBObject implements iDisplay
* @throws \CoreException
* @throws \OQLException
* @since 2.6 N°659 uniqueness constraint
* @api
*/
protected function GetUniquenessDuplicatesQuery($aUniquenessSingleRule)
{
@@ -1503,6 +1505,7 @@ abstract class DBObject implements iDisplay
* @throws \ArchivedObjectException
* @throws \CoreException
* @throws \OQLException
* @api
*/
public function DoCheckToWrite()
{
@@ -1567,6 +1570,7 @@ abstract class DBObject implements iDisplay
* @throws \ArchivedObjectException
* @throws \CoreException
* @throws \OQLException
* @internal do not overwrite ! Use {@link DoCheckToWrite} instead
*/
final public function CheckToWrite()
{