Faker\Provider\Text::getExplodedText PHP Méthode

getExplodedText() protected méthode

protected getExplodedText ( )
    protected function getExplodedText()
    {
        if ($this->explodedText === null) {
            $this->explodedText = static::explode(preg_replace('/\\s+/u', ' ', static::$baseText));
        }
        return $this->explodedText;
    }