src/Config/IConfiguration.php
@throws annotation of setDest
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setDest(string $dest): IConfiguration;
- Exclude checks
@throws annotation of setSaprouter
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setSaprouter(string $saprouter): IConfiguration;
- Exclude checks
@throws annotation of setPasswd
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setPasswd(string $passwd): IConfiguration;
- Exclude checks
@throws annotation of getClient
has suspicious interface type \phpsap\interfaces\exceptions\IIncompleteConfigException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function getClient(): string;
- Exclude checks
@throws annotation of setLang
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setLang(string $lang): IConfiguration;
- Exclude checks
@throws annotation of getPasswd
has suspicious interface type \phpsap\interfaces\exceptions\IIncompleteConfigException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function getPasswd(): string;
- Exclude checks
@throws annotation of setCodepage
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setCodepage(int $codepage): IConfiguration;
- Exclude checks
@throws annotation of setUser
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setUser(string $user): IConfiguration;
- Exclude checks
@throws annotation of getUser
has suspicious interface type \phpsap\interfaces\exceptions\IIncompleteConfigException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function getUser(): string;
- Exclude checks
@throws annotation of setTrace
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setTrace(int $trace): IConfiguration;
- Exclude checks
@throws annotation of setClient
has suspicious interface type \phpsap\interfaces\exceptions\IInvalidArgumentException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setClient(string $client): IConfiguration;
- Exclude checks