/home/kueuepay/www/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php
<?php

namespace Cron;

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

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository