public function getName() { if (wa()->getLocale() == 'ru_RU') { return 'Яндекс'; } else { return parent::getName(); } }
public function __construct($options = array()) { $this->options['redirect_uri'] = wa()->getRootUrl(true) . 'oauth.php?provider=' . $this->getId(); parent::__construct($options); }