Kraken\Network\Http\Component\Router\HttpRouterInterface::disallowOrigin PHP Метод

disallowOrigin() публичный Метод

Remove an origin so it will not be able access your routes.
public disallowOrigin ( string $address ) : Kraken\Network\Http\Component\Router\HttpRouterInterface
$address string
Результат Kraken\Network\Http\Component\Router\HttpRouterInterface
    public function disallowOrigin($address);