示例#1
0
 /**
  * Constructor.
  *
  * @since 1.0.0
  * @access protected
  */
 protected function __construct()
 {
     parent::__construct('account');
 }
示例#2
0
 /**
  * Constructor.
  *
  * @since 1.0.0
  * @access protected
  *
  * @param string $domain The domain of this key pair.
  */
 protected function __construct($domain)
 {
     parent::__construct($domain);
 }