ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.arLimitCollection.php
Go to the documentation of this file.
1<?php
2require_once(dirname(__FILE__) . '/../Statement/class.arStatementCollection.php');
3require_once('class.arLimit.php');
4
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}
An exception for terminatinating execution or to throw for unit testing.
Class arLimitCollection.
Class arStatementCollection.