BeSimpleSoap/src/BeSimple/SoapClient/SoapServerAuthentication/SoapServerAuthenticationInterface.php
2016-11-09 17:05:43 +01:00

17 lines
257 B
PHP

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