FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($startOffset) | |
appendMetaText ($text) | |
appendContentText ($text) | |
getStartOffset () | |
getCurrentOffset () | |
getText () | |
isEmpty () | |
Public Attributes | |
const | TARGET_CHARSET = "UTF-8" |
Protected Member Functions | |
renderContentText ($text) | |
Private Attributes | |
$text | |
$startOffset | |
$currentOffset | |
Definition at line 23 of file PagedResult.php.
Fossology\Lib\View\PagedResult::appendContentText | ( | $text | ) |
string | $text |
Definition at line 61 of file PagedResult.php.
Fossology\Lib\View\PagedResult::appendMetaText | ( | $text | ) |
string | $text |
Definition at line 53 of file PagedResult.php.
Fossology\Lib\View\PagedResult::getCurrentOffset | ( | ) |
Definition at line 79 of file PagedResult.php.
Fossology\Lib\View\PagedResult::getStartOffset | ( | ) |
Definition at line 71 of file PagedResult.php.
Fossology\Lib\View\PagedResult::getText | ( | ) |
Definition at line 87 of file PagedResult.php.
Fossology\Lib\View\PagedResult::isEmpty | ( | ) |
return bool
Definition at line 95 of file PagedResult.php.
|
abstractprotected |
string | $text |