Text domain.
 Methods
__construct()
        
__construct() 
| inherited_from | 
ArrayObject::__construct() | 
  
 
append()
        
append() 
| inherited_from | 
ArrayObject::append() | 
  
 
asort()
        
asort() 
| inherited_from | 
ArrayObject::asort() | 
  
 
count()
        
count() 
| inherited_from | 
ArrayObject::count() | 
  
 
exchangeArray()
        
exchangeArray() 
| inherited_from | 
ArrayObject::exchangeArray() | 
  
 
getArrayCopy()
        
getArrayCopy() 
| inherited_from | 
ArrayObject::getArrayCopy() | 
  
 
getFlags()
        
getFlags() 
| inherited_from | 
ArrayObject::getFlags() | 
  
 
getIterator()
        
getIterator() 
| inherited_from | 
ArrayObject::getIterator() | 
  
 
getIteratorClass()
        
getIteratorClass() 
| inherited_from | 
ArrayObject::getIteratorClass() | 
  
 
Checks whether the text domain has a plural rule.
hasPluralRule() : bool
 
ksort()
        
ksort() 
| inherited_from | 
ArrayObject::ksort() | 
  
 
Merge another text domain with the current one.
merge(\Zend\I18n\Translator\TextDomain $textDomain) : \Zend\I18n\Translator\TextDomain
The plural rule of both text domains must be compatible for a successful
merge. We are only validating the number of plural forms though, as the
same rule could be made up with different expression.
Parameters
Exceptions
Returns
  
 
natcasesort()
        
natcasesort() 
| inherited_from | 
ArrayObject::natcasesort() | 
  
 
natsort()
        
natsort() 
| inherited_from | 
ArrayObject::natsort() | 
  
 
offsetExists()
        
offsetExists() 
| inherited_from | 
ArrayObject::offsetExists() | 
  
 
offsetGet()
        
offsetGet() 
| inherited_from | 
ArrayObject::offsetGet() | 
  
 
offsetSet()
        
offsetSet() 
| inherited_from | 
ArrayObject::offsetSet() | 
  
 
offsetUnset()
        
offsetUnset() 
| inherited_from | 
ArrayObject::offsetUnset() | 
  
 
serialize()
        
serialize() 
| inherited_from | 
ArrayObject::serialize() | 
  
 
setFlags()
        
setFlags() 
| inherited_from | 
ArrayObject::setFlags() | 
  
 
setIteratorClass()
        
setIteratorClass() 
| inherited_from | 
ArrayObject::setIteratorClass() | 
  
 
uasort()
        
uasort() 
| inherited_from | 
ArrayObject::uasort() | 
  
 
uksort()
        
uksort() 
| inherited_from | 
ArrayObject::uksort() | 
  
 
unserialize()
        
unserialize() 
| inherited_from | 
ArrayObject::unserialize() | 
  
 
 Properties