File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/analytics/src/Traits/RowOperationTrait.php
Back
<?php namespace Botble\Analytics\Traits; trait RowOperationTrait { public bool|null $keepEmptyRows = null; public int|null $limit = null; public int|null $offset = null; public function keepEmptyRows(bool $keepEmptyRows = false): self { $this->keepEmptyRows = $keepEmptyRows; return $this; } public function limit(int $limit = null): self { $this->limit = $limit; return $this; } public function offset(int $offset = null): self { $this->offset = $offset; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.7 |
proxy
|
phpinfo
|
Settings