jcb-compiler/src/e6d871a6-bbe7-497d-af01-68f...
Robot 1ba2cdbd9d
update 2023-10-10 10:16:07
2023-10-10 11:39:16 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
code.php update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
code.power update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
settings.json update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Counter (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Utilities

@startuml
class Counter  #Gold {
  + int $folder
  + int $file
  + int $page
  + int $line
  + int $field
  + int $accessSize
  # int $seconds
  # float $actualSeconds
  # int $folderSeconds
  # int $fileSeconds
  # int $lineSeconds
  # float $secondsDebugging
  # float $secondsPlanning
  # float $secondsMapping
  # float $secondsOffice
  # int $totalHours
  # int $debuggingHours
  # int $planningHours
  # int $mappingHours
  # int $officeHours
  # int $actualTotalHours
  # int $actualHoursSpent
  # int $actualDaysSpent
  # int $totalDays
  # int $actualTotalDays
  # float $projectWeekTime
  # float $projectMonthTime
  # float $start
  # float $end
  # float $timer
  # Content $content
  + __construct(Content $content)
  + start() : void
  + end() : void
  + set() : void
  # calculate() : void
}

note right of Counter::__construct
  Constructor.

  since: 3.2.0
end note

note right of Counter::start
  Start the timer

  since: 3.2.0
  return: void
end note

note right of Counter::end
  End the timer

  since: 3.2.0
  return: void
end note

note right of Counter::set
  Set all the time values

  since: 3.2.0
  return: void
end note

note right of Counter::calculate
  Calculate all the time values

  since: 3.2.0
  return: void
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder