📝 PHPDoc for archiving remove @api

Public API is currently under review, we shouldn't change the review perimeter !
This commit is contained in:
Pierre Goiffon
2019-07-25 17:33:37 +02:00
parent 130734bec7
commit de2b88b707
2 changed files with 0 additions and 6 deletions

View File

@@ -5152,8 +5152,6 @@ abstract class DBObject implements iDisplay
}
/**
* @api
*
* @throws Exception
* @uses DBWriteArchiveFlag
*/
@@ -5165,8 +5163,6 @@ abstract class DBObject implements iDisplay
}
/**
* @api
*
* @throws Exception
* @uses DBWriteArchiveFlag
*/

View File

@@ -1424,8 +1424,6 @@ abstract class DBSearch
}
/**
* @api
*
* Updates archive_flag and archive_date fields in the whole class hierarchy
*
* @see \DBObject::DBWriteArchiveFlag()