예제 #1
0
 /**
  * @param string $email
  * @param string $name
  * @param string $type
  */
 public function __construct($email, $name = NULL, $type = NULL)
 {
     parent::__construct($email, $name);
     $this->type = $type;
 }