Class charset
Decodes input data from a configured source charset to the system charset.
- Core\Object implements Core\Chainable
- 
			 Core\Set
			
			 implements 
				Core\Accessor Core\Set
			
			 implements 
				Core\Accessor
- 
			 Core\Set\Mutable
			
			 implements 
				Core\Mutator Core\Set\Mutable
			
			 implements 
				Core\Mutator
- 
			 Core\Field
			
			 implements 
				Core\Inquiry Core\Field
			
			 implements 
				Core\Inquiry
- 
			 Core\Decoder Core\Decoder
- 
			 Core\Decoder\Driver\charset Core\Decoder\Driver\charset
Package: Core\Decoder
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at Decoder/Driver/charset.inc.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				mixed
				
				 | 
Methods inherited from Core\Decoder
Methods inherited from Core\Field
				getDataForKey(), 
				getDataForKeys(), 
				issetDataForKey(), 
				offsetExists(), 
				offsetGet(), 
				offsetSet(), 
				offsetUnset()
			
Methods inherited from Core\Set\Mutable
Methods inherited from Core\Object
				__autocreateFactory(), 
				__call(), 
				__processParameters(), 
				__toString(), 
				attachMethod(), 
				getValueForKey(), 
				getValueForKeyPath(), 
				getValueForUndefinedKey(), 
				hash(), 
				issetValueForKey(), 
				setValueForKey(), 
				setValueForKeyPath(), 
				setValueForUndefinedKey(), 
				uuid()
			
Constants summary
Constants inherited from Core\Object
				AnyParameterType, 
				AutochainParameterType, 
				AutocreateParameterType, 
				BooleanParameterType, 
				CharParameterType, 
				EnumParameterType, 
				IntegerParameterType, 
				RealParameterType, 
				StringParameterType, 
				UserParameterType
			
Properties summary
| 
				protected  
				 | $_v_charset Instance of configured character set. | 
Properties inherited from Core\Decoder
Properties inherited from Core\Field
Magic properties
| 
				public  read-only
				 | $charset Character set instance derived from configured character set name. |