Beispiel #1
0
 function __construct($input = null)
 {
     parent::__construct();
     if (is_array($input)) {
         $this->setInput($input);
     }
 }