Kraken\Network\Http\Component\Router\HttpRouterInterface::allowOrigin PHP Méthode

allowOrigin() public méthode

Add an origin to the whitelist that will be allowed to connect to your application.
public allowOrigin ( string $address ) : Kraken\Network\Http\Component\Router\HttpRouterInterface
$address string
Résultat Kraken\Network\Http\Component\Router\HttpRouterInterface
    public function allowOrigin($address);