Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/vendor/dragonmantank/cron-expression/src/Cron/
Upload File :
Current File : /home/helpink/www/libraries/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php

<?php

namespace Cron;

interface FieldFactoryInterface
{
    public function getField(int $position): FieldInterface;
}