ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
class.arLimitCollection.php
Go to the documentation of this file.
1
<?php
2
require_once(dirname(__FILE__) .
'/../Statement/class.arStatementCollection.php'
);
3
require_once(
'class.arLimit.php'
);
4
11
class
arLimitCollection
extends
arStatementCollection
12
{
13
17
public
function
asSQLStatement
()
18
{
19
if
($this->
hasStatements
()) {
23
$last = end($this->
getStatements
());
24
25
return
$last->asSQLStatement($this->
getAr
());
26
}
27
}
28
}
arStatementCollection\getStatements
getStatements()
Definition:
class.arStatementCollection.php:109
arStatementCollection
Class arStatementCollection.
Definition:
class.arStatementCollection.php:10
arStatementCollection\getAr
getAr()
Definition:
class.arStatementCollection.php:91
arLimitCollection
Class arLimitCollection.
Definition:
class.arLimitCollection.php:11
arStatementCollection\hasStatements
hasStatements()
Definition:
class.arStatementCollection.php:39
arStatementCollection\asSQLStatement
asSQLStatement()
Services
ActiveRecord
Connector
Limit
class.arLimitCollection.php
Generated on Tue Jan 28 2025 19:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)