Beispiel #1
0
 public function __construct(array $params)
 {
     parent::__construct($params);
     $this->defaultValue = $this->getFirstParam($params, array('default_value', 'd'));
 }