상속: extends Pagekit\Event\Event
예제 #1
0
 /**
  * Constructor.
  *
  * @param string $name
  * @param string[]      $credentials
  * @param UserInterface $user
  */
 public function __construct($name, array $credentials, UserInterface $user = null)
 {
     parent::__construct($name, $user);
     $this->credentials = $credentials;
 }