SoapOptions moved

This commit is contained in:
Petr Bechyně
2016-11-09 17:05:43 +01:00
parent c4d993585f
commit dd7b6904b6
6 changed files with 0 additions and 2 deletions

View File

@ -0,0 +1,16 @@
<?php
namespace BeSimple\SoapClient\SoapServerAuthentication;
interface SoapServerAuthenticationInterface
{
/**
* @return int
*/
public function getAuthentication();
/**
* @return array
*/
public function toArray();
}