Pletacka website Nette documentation
Documentation for pletacka project
|
Class create pretty output in specific format. More...
Public Member Functions | |
__construct (bool $state=false, int $finishedCount=0, int $stopCount=0, int $rating=0, int $stopTime=0, string $stopTimeStr="", int $workTime=0, int $allTime=0) | |
divideTimeVariablesByCount (int $num) | |
finishedCountToPairs () | |
Public Attributes | |
$finishedCount | |
$stopTime | |
$rating | |
$workTime | |
$allTime | |
$stopTimeStr | |
$state | |
Class create pretty output in specific format.
App\Utils\NumbersPretty::__construct | ( | bool | $state = false , |
int | $finishedCount = 0 , |
||
int | $stopCount = 0 , |
||
int | $rating = 0 , |
||
int | $stopTime = 0 , |
||
string | $stopTimeStr = "" , |
||
int | $workTime = 0 , |
||
int | $allTime = 0 |
||
) |
App\Utils\NumbersPretty::divideTimeVariablesByCount | ( | int | $num | ) |
App\Utils\NumbersPretty::finishedCountToPairs | ( | ) |
App\Utils\NumbersPretty::$allTime |
App\Utils\NumbersPretty::$finishedCount |
App\Utils\NumbersPretty::$rating |
App\Utils\NumbersPretty::$state |
App\Utils\NumbersPretty::$stopTime |
App\Utils\NumbersPretty::$stopTimeStr |
App\Utils\NumbersPretty::$workTime |