Просмотр поста

.
Koenig
(\/)____o_O____(\/)

aNNiMON, там в классе должно понятно быть без комментариев

public function ban($ban) {
        if (!$this->isBan($ban)) {
            $this->bans[] = $ban;
            $this->update = true;
        }
        if ($this->update & $this->isPick($ban)) {
            $this->unPick($ban);
        }
    }