[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/ -> Word.php (source)

   1  <?php
   2  
   3  declare(strict_types=1);
   4  
   5  namespace Doctrine\Inflector\Rules;
   6  
   7  class Word
   8  {
   9      /** @var string */
  10      private $word;
  11  
  12      public function __construct(string $word)
  13      {
  14          $this->word = $word;
  15      }
  16  
  17      public function getWord(): string
  18      {
  19          return $this->word;
  20      }
  21  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer