mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 18:07:42 +02:00
Remove: inheritdocs
This commit is contained in:
parent
b8ea4c4c5d
commit
b3a984eb5c
@ -41,9 +41,6 @@ class TotpForm extends PreferenceForm
|
|||||||
*/
|
*/
|
||||||
protected bool $enabled2FA;
|
protected bool $enabled2FA;
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->setName('form_totp');
|
$this->setName('form_totp');
|
||||||
@ -77,9 +74,6 @@ class TotpForm extends PreferenceForm
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function createElements(array $formData)
|
public function createElements(array $formData)
|
||||||
{
|
{
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
@ -308,9 +302,6 @@ class TotpForm extends PreferenceForm
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function onSuccess()
|
public function onSuccess()
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
@ -8,9 +8,6 @@ use Icinga\Web\Url;
|
|||||||
|
|
||||||
class Cancel2FAForm extends Form
|
class Cancel2FAForm extends Form
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->setRequiredCue(null);
|
$this->setRequiredCue(null);
|
||||||
@ -20,9 +17,6 @@ class Cancel2FAForm extends Form
|
|||||||
$this->setAttrib('class', 'content-centered');
|
$this->setAttrib('class', 'content-centered');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function createElements(array $formData)
|
public function createElements(array $formData)
|
||||||
{
|
{
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
|
@ -10,9 +10,6 @@ use Icinga\Web\Url;
|
|||||||
|
|
||||||
class Challenge2FAForm extends LoginForm
|
class Challenge2FAForm extends LoginForm
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->setRequiredCue(null);
|
$this->setRequiredCue(null);
|
||||||
@ -21,9 +18,6 @@ class Challenge2FAForm extends LoginForm
|
|||||||
$this->setProgressLabel($this->translate('Verifying'));
|
$this->setProgressLabel($this->translate('Verifying'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function createElements(array $formData)
|
public function createElements(array $formData)
|
||||||
{
|
{
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user