for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Jabe\Engine\Impl;
use Jabe\Engine\Query\QueryPropertyInterface;
class CleanableHistoricInstanceReportProperty
{
private static $FINISHED_AMOUNT;
public function finishedAmount(): QueryPropertyInterface
if (self::$FINISHED_AMOUNT == null) {
self::$FINISHED_AMOUNT = new QueryPropertyImpl("FINISHED_");
}
return self::$FINISHED_AMOUNT;