<?php get_called_class(): string
<?php public static function factory(int $count = 1): Factory { return Factory::factoryForModel(get_called_class(), $count); } }