for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace phoponent\app\component\core;
use phoponent\framework\classe\xphp_tag;
class Clock extends xphp_tag {
public function render(): string {
$result = $this->get_view('horloge')->render();
return $result;
}