Ejemplo n.º 1
0
 /**
  * Constructor method and sets default options, if any.
  *
  * @param array $input Input
  */
 public function __construct($input)
 {
     $this->data = Arr::mergeAssoc($this->getDefaults(), $input);
     //$this->data = array_merge($this->getDefaults(), $input);
 }