Beispiel #1
0
 /**
  * @param string $name
  * @param mixed $value
  */
 public function __construct($name = null, $value = null)
 {
     parent::__construct($value);
     $this->setName($name);
 }
Beispiel #2
0
 /**
  * @return int
  */
 public function getValue()
 {
     return parent::getValue();
 }