Class boolean
Decodes Boolean TRUE and FALSE constants.
- 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\boolean Core\Decoder\Driver\boolean
Package: Core\Decoder
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Decoder/Driver/boolean.inc.php
Methods summary
| 
				 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