%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/dsr_code/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/
Upload File :
Create Path :
Current File : //home/silvzytp/dsr_code/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php

<?php

declare(strict_types=1);

namespace Doctrine\Inflector\Rules;

class Word
{
    /** @var string */
    private $word;

    public function __construct(string $word)
    {
        $this->word = $word;
    }

    public function getWord(): string
    {
        return $this->word;
    }
}

Zerion Mini Shell 1.0