DYNAMIC_COMMAND_CLASSES() as $cc) { $commands[] = $cc::get_def(); } return $commands; } static $mappers = []; static function add(Mapper $mapper): Mapper { self::$mappers[] = $mapper; return $mapper; } }