@ -20,6 +20,9 @@
*/
namespace OCP\DB\QueryBuilder;
/**
* @since 8.2.0
interface ILiteral {
* @return string
interface IParameter {
interface IQueryFunction {
@ -25,6 +25,7 @@ namespace OCP\Files\Mount;
* Interface IMountManager
*
* Manages all mounted storages in the system
interface IMountManager {
@ -137,6 +137,8 @@ function html_select_options($options, $selected, $params=array()) {
* This class provides the template system for owncloud. You can use it to load
* specific templates, add data and generate the html code
* @since 8.0.0
class Template extends \OC_Template {