ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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 
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 }
Class arStatementCollection.
Class arLimitCollection.