예제 #1
0
 public function __construct(array $tlds = array())
 {
     $this->tlds = $tlds;
     $this->eosChars = StringUtil::getStandardEosChars();
 }
예제 #2
0
 public function __construct()
 {
     $this->eosChars = StringUtil::getStandardEosChars();
 }