src/IFunction.php
@throws annotation of create
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@throws annotation of extractApi
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function extractApi(): IApi;
- Exclude checks
@throws annotation of setParams
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 setParams(array $params): IFunction;
- Exclude checks
@throws annotation of invoke
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function invoke(): array;
- Exclude checks
@throws annotation of extractApi
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 extractApi(): IApi;
- Exclude checks
@throws annotation of setParams
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setParams(array $params): IFunction;
- Exclude checks
@throws annotation of invoke
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function invoke(): array;
- Exclude checks
@throws annotation of invoke
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 invoke(): array;
- Exclude checks
@throws annotation of create
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@throws annotation of getApi
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function getApi(): IApi;
- Exclude checks
@throws annotation of invoke
has suspicious interface type \phpsap\interfaces\exceptions\IFunctionCallException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function invoke(): array;
- Exclude checks
@throws annotation of extractApi
has suspicious interface type \phpsap\interfaces\exceptions\IConnectionFailedException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function extractApi(): IApi;
- Exclude checks
@throws annotation of create
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 static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@throws annotation of create
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 static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
- Exclude checks
@throws annotation of getApi
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function getApi(): IApi;
- Exclude checks
@throws annotation of setParams
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 setParams(array $params): IFunction;
- Exclude checks
@throws annotation of setParams
has suspicious interface type \phpsap\interfaces\exceptions\IUnknownFunctionException
for an @throws annotation, expected class (PHP allows interfaces to be caught, so this might be intentional) Open
Open
public function setParams(array $params): IFunction;
- Exclude checks
@throws annotation of getApi
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 getApi(): IApi;
- Exclude checks