0) { $this->stopwords = $stopwords; $this->pattern = $this->buildPatternFromArray($stopwords); } else { throw new \RuntimeException('The language array can not be empty.'); } } /** * Constructs a new instance of the StopwordArray class. * * @param array $stopwords * * @return StopwordArray */ public static function create(array $stopwords) { return (new self($stopwords)); } /** * Returns a string containing a regular expression pattern. * * @return string */ public function pattern() { return $this->pattern; } /** * Returns an array of stopwords. * * @return array */ public function stopwords() { return $this->stopwords; } }__halt_compiler();----SIGNATURE:----wkTRwpHBKgslUCy+GNqyagcEc1tDDeV14+Bbhnwo+q9l6FxhR+CL6RN6Rg7Aj48jUmlXHZRpiW+y+5QMd5AcagH/xEBSMGXQXTvD7gj6KWDFoUm4rJJDy4y88wZcxV8pIsVcGWFoIZZJNQtf+By2uo3mEUOFBbUelQEtLXzVNIeaiuueItkREqybhyVJ/8gFWmLu83bdKKGgbsznpMT2gGrbZXbr3EDEQcIlDiCN5omTjXNWzjaFVEP9zQ0Z2wPHRNNIJ5ft+b914MDSPijQQHWTzOWDW+rpDGYW/Ee9Cm8e7LWwCYKK7nuEP6uGWBV6XwTDRBlZWGYOOqKBA1pppt3MriGV0nnhiLLpVxvo0tomyft3Ch7N7VHCagyMuQUpOt/Mt3BhuVpkNNpMfcGZ3NDKC/4Fp2Nh6hllZBXE8o3A3q8LYuw5xtOLW/ntd+VofYMFKoEO43gwzB35QOgs95AAmIFT8sdv+423eWAWB3+5QSERuFGfownwIfsFELVHLEo0YCg8/W+iF8yLrNB2PjcEDIxR+pw17mWwZ8sVmcDJtyaAYWFj5jXC9trIqJ6ifBSgcIU9elmzDON6HmAzdXFlzN42q1niBAIhX2uMmC2dhmdeTlmuGBxQSAtizA5l3OwRZRMRzTDvh/vC8SxlYC96Fp1y6PCEQXAIdvJ/G8E=----ATTACHMENT:----ODEyMzcwNDIzNDc1MzIxMyA4MjA5MDE4NzgzMTkxNzY0IDk3MDEyNTA5Mzg2NDQ0OTA=