芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Query/Limit.php
maxResults = $maxResults; $this->firstResult = $firstResult; } public function isDefined() : bool { return $this->maxResults !== null || $this->firstResult !== 0; } public function getMaxResults() : ?int { return $this->maxResults; } public function getFirstResult() : int { return $this->firstResult; } }