getValue() final public method

Get the value of the enumerator
final public getValue ( ) : null | boolean | integer | float | string
return null | boolean | integer | float | string
Beispiel #1
0
 /**
  * Returns the PHP native value of the enum.
  *
  * @return mixed
  */
 public function toNative()
 {
     return parent::getValue();
 }