%PDF- %PDF-
Direktori : /home/vacivi36/code/vendor/rector/rector/vendor/rector/rector-doctrine/src/ValueObject/ |
Current File : /home/vacivi36/code/vendor/rector/rector/vendor/rector/rector-doctrine/src/ValueObject/ArgName.php |
<?php declare (strict_types=1); namespace Rector\Doctrine\ValueObject; final class ArgName { /** * @var string */ public const FETCH = 'fetch'; /** * @var string */ public const LAZY = 'LAZY'; /** * @var string */ public const ORPHAN_REMOVAL = 'orphanRemoval'; }