mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
Some PhpDoc to document api (just a start !)
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user