Class OPTGROUP
Option group node.
- Core\Object implements Core\Chainable
 - 
			
			Core\Set
			
			 implements 
				Core\Accessor
			
			
		 - 
			
			Core\View\Driver\coreui\Element
			
			 implements 
				ArrayAccess, 
			
				Countable
			
			
		 - 
			
Core\View\Driver\coreui\Element\OPTGROUP			
			
			
		 
Package: CoreUI\Element
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/coreui/Element/OPTGROUP.inc.php
Methods summary
				 protected 
				
				
				
			 | 
			
			#
			 __construct( 
			Element constructor.  | 
		
				 public 
				
				
				
			 | 
			
			#
			 add( string $value, string $displayValue = null, boolean $isSelected = null )
			Appends a new option node to the list of child nodes.  | 
		
				 public 
				
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			
Methods inherited from Core\View\Driver\coreui\Element
				__clone(), 
				__toString(), 
				addClass(), 
				addClasses(), 
				append(), 
				cdata(), 
				clear(), 
				count(), 
				derive(), 
				extend(), 
				hasAttribute(), 
				hasClass(), 
				hide(), 
				id(), 
				insertAt(), 
				issetStyle(), 
				offsetExists(), 
				offsetGet(), 
				offsetSet(), 
				offsetUnset(), 
				on(), 
				pop(), 
				push(), 
				removeClass(), 
				setAttribute(), 
				setAttributes(), 
				setStyle(), 
				setTitle(), 
				shift(), 
				text(), 
				unShift(), 
				verbatim()
			
Methods inherited from Core\Object
				__autocreateFactory(), 
				__call(), 
				__processParameters(), 
				attachMethod(), 
				chain(), 
				getValueForKey(), 
				getValueForKeyPath(), 
				getValueForUndefinedKey(), 
				hash(), 
				issetValueForKey(), 
				setValueForKey(), 
				setValueForKeyPath(), 
				setValueForUndefinedKey(), 
				uuid()
			
Constants summary
Constants inherited from Core\View\Driver\coreui\Element
Constants inherited from Core\Object
				AnyParameterType, 
				AutochainParameterType, 
				AutocreateParameterType, 
				BooleanParameterType, 
				CharParameterType, 
				EnumParameterType, 
				IntegerParameterType, 
				RealParameterType, 
				StringParameterType, 
				UserParameterType
			
Properties summary
				protected  
				mixed
			 | 
			
$_v_value
				 Pre-selected value for setting the   | 
			
Properties inherited from Core\View\Driver\coreui\Element
				$_id, 
				$_v_attributes, 
				$_v_children, 
				$_v_classes, 
				$_v_proxy, 
				$_v_styles, 
				$_v_type
			
Magic properties
				public  read-only
				mixed
			 | 
			
$value
				 Initial value for entry auto-selection.  |