Example #1
0
 /**
  * @param string $key
  * @param $from
  */
 public function __construct($key, $from)
 {
     $this->from = $from;
     parent::__construct($key);
 }