false, 'chap' => false, 'mschapv2' => false, ]; /** * @return string */ public function getMppe() { return $this->mppe; } /** * @param string $mppe */ public function setMppe( $mppe) { $this->mppe = $mppe; } /** * @return bool[] */ public function getAllowedAuth() { return $this->allowed_auth; } /** * @param bool[] $allowed_auth */ public function setAllowedAuth( $allowed_auth) { $this->allowed_auth = $allowed_auth; } }