Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 2... Línea 2...
2
 
2
 
Línea 3... Línea 3...
3
declare(strict_types=1);
3
declare(strict_types=1);
Línea 4... Línea -...
4
 
-
 
5
namespace OpenSpout\Writer;
-
 
6
 
-
 
7
/**
4
 
8
 * @readonly
5
namespace OpenSpout\Writer;
9
 */
6
 
10
final class AutoFilter
7
final readonly class AutoFilter
11
{
8
{
12
    /**
9
    /**
13
     * @param 0|positive-int $fromColumnIndex
10
     * @param 0|positive-int $fromColumnIndex
14
     * @param positive-int   $fromRow
11
     * @param positive-int   $fromRow
15
     * @param 0|positive-int $toColumnIndex
12
     * @param 0|positive-int $toColumnIndex
16
     * @param positive-int   $toRow
13
     * @param positive-int   $toRow
17
     */
14
     */
18
    public function __construct(
15
    public function __construct(
19
        public readonly int $fromColumnIndex,
16
        public int $fromColumnIndex,
20
        public readonly int $fromRow,
17
        public int $fromRow,
21
        public readonly int $toColumnIndex,
18
        public int $toColumnIndex,